Skip to content

Commit 42604b6

Browse files
authored
trivial typo fix (#2566)
* trivial typo fix * trivial typo fix
1 parent e39c7ba commit 42604b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ instance will wait for all the nodes to respond before returning the
162162
result to the caller. Command responses are returned as a list sorted in
163163
the same order in which they were sent. Pipelines can be used to
164164
dramatically increase the throughput of Redis Cluster by significantly
165-
reducing the the number of network round trips between the client and
165+
reducing the number of network round trips between the client and
166166
the server.
167167

168168
.. code:: pycon

docs/examples/pipeline_examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"cell_type": "markdown",
124124
"metadata": {},
125125
"source": [
126-
"The responses of the three commands are stored in a list. In the above example, the two first boolean indicates that the the `set` commands were successfull and the last element of the list is the result of the `get(\"a\")` comand."
126+
"The responses of the three commands are stored in a list. In the above example, the two first boolean indicates that the `set` commands were successfull and the last element of the list is the result of the `get(\"a\")` comand."
127127
]
128128
},
129129
{

0 commit comments

Comments
 (0)