Skip to content

Commit

Permalink
Merge pull request #862 from Arctice/patch-1
Browse files Browse the repository at this point in the history
minor docstring typo
  • Loading branch information
andymccurdy committed Aug 1, 2017
2 parents 16b622a + 64a4139 commit 2e4c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ def brpop(self, keys, timeout=0):
RPOP a value off of the first non-empty list
named in the ``keys`` list.
If none of the lists in ``keys`` has a value to LPOP, then block
If none of the lists in ``keys`` has a value to RPOP, then block
for ``timeout`` seconds, or until a value gets pushed on to one
of the lists.
Expand Down

0 comments on commit 2e4c35a

Please sign in to comment.