Skip to content

Commit

Permalink
trivial typo fix (#2566)
Browse files Browse the repository at this point in the history
* trivial typo fix

* trivial typo fix
  • Loading branch information
rbowen committed Jan 29, 2023
1 parent e39c7ba commit 42604b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/advanced_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ instance will wait for all the nodes to respond before returning the
result to the caller. Command responses are returned as a list sorted in
the same order in which they were sent. Pipelines can be used to
dramatically increase the throughput of Redis Cluster by significantly
reducing the the number of network round trips between the client and
reducing the number of network round trips between the client and
the server.

.. code:: pycon
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/pipeline_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
"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."
]
},
{
Expand Down

0 comments on commit 42604b6

Please sign in to comment.