From 0855d2a2f476e20742f8f41c918b51fa89ab384c Mon Sep 17 00:00:00 2001 From: Jamie Scott <5336227+IAmATeaPot418@users.noreply.github.com> Date: Mon, 21 Oct 2019 02:25:19 -0700 Subject: pep 8 pep8 --- redis/client.py | 8 ++++---- 1 file 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 "-@" -- cgit v1.2.1