diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/model/docs/usermanager.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/model/docs/usermanager.rst b/src/mailman/model/docs/usermanager.rst index 1e46aafca..ba328b54b 100644 --- a/src/mailman/model/docs/usermanager.rst +++ b/src/mailman/model/docs/usermanager.rst @@ -44,9 +44,9 @@ A user can be assigned a real name. A user can be assigned a password. - >>> user.password = b'secret' + >>> user.password = 'secret' >>> dump_list(user.password for user in user_manager.users) - b'secret' + secret You can also create a user with an address to start out with. |
