summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Scott <5336227+IAmATeaPot418@users.noreply.github.com>2019-10-21 02:25:19 -0700
committerAndy McCurdy <andy@andymccurdy.com>2019-12-28 22:23:43 -0800
commit0855d2a2f476e20742f8f41c918b51fa89ab384c (patch)
tree6a308064c347f4e9af3a8cedc668459091df6ef3
parentfd9fd20b50752ba1bba0fe10337a18de9245c7c4 (diff)
downloadredis-py-0855d2a2f476e20742f8f41c918b51fa89ab384c.tar.gz
pep 8
pep8
-rwxr-xr-xredis/client.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/redis/client.py b/redis/client.py
index 14a37e7..6072c69 100755
--- a/redis/client.py
+++ b/redis/client.py
@@ -972,14 +972,14 @@ class Redis(object):
``add_passwords`` if specified is a list of new passwords that this
user can authenticate with. For convenience, the value of
``add_passwords`` can also be a simple string when adding a single
- password. Note: Do not prefix passwords with '>' or '#'.
- Passwords can not be 64 characters unless in hash form.
+ password. Note: Do not prefix passwords with '>' or '#'. Passwords
+ can not be 64 characters unless in hash form.
``remove_passwords`` if specified is a list of passwords to remove from
this user. For convenience, the value of ``remove_passwords`` can also
be a simple string when removing a single password. Note: Do not
- prefix passwords with '<' or '!'.
- Passwords can not be 64 characters unless in hash form.
+ prefix passwords with '<' or '!'. Passwords can not be 64 characters
+ unless in hash form.
``categories`` if specified is a list of strings representing category
permissions. Each string must be prefixed with either a "+@" or "-@"