Skip to content

Commit c3d17f7

Browse files
DOC-4560 removed Hugo markup to avoid warnings
1 parent 71fb322 commit c3d17f7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/develop/clients/redis-py/transpipe.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Note that the command methods for a pipeline always return the original
4141
pipeline object, so you can "chain" several commands together, as the
4242
example below shows:
4343

44-
<!-- Tested examples will replace the inline ones when they are approved. -->
45-
<!--
46-
{{< clients-example pipe_trans_tutorial basic_pipe Python >}}
47-
{{< /clients-example >}}
44+
<!-- Tested examples will replace the inline ones when they are approved.
45+
Markup removed to stop warnings.
46+
47+
clients-example pipe_trans_tutorial basic_pipe Python
48+
/clients-example
4849
-->
4950
```python
5051
import redis
@@ -96,8 +97,8 @@ with a `WatchError` exception, and the loop executes again for another attempt.
9697
Otherwise, the loop terminates successfully.
9798

9899
<!--
99-
{{< clients-example pipe_trans_tutorial trans_watch Python >}}
100-
{{< /clients-example >}}
100+
clients-example pipe_trans_tutorial trans_watch Python
101+
/clients-example
101102
-->
102103
```python
103104
r.set("shellpath", "/usr/syscmds/")
@@ -144,8 +145,8 @@ call automatically, so you must still place this correctly in your
144145
transaction function.
145146

146147
<!--
147-
{{< clients-example pipe_trans_tutorial watch_conv_method Python >}}
148-
{{< /clients-example >}}
148+
clients-example pipe_trans_tutorial watch_conv_method Python
149+
/clients-example
149150
*-->
150151
```python
151152
r.set("shellpath", "/usr/syscmds/")

0 commit comments

Comments
 (0)