Change "user name" to "username"

This commit is contained in:
Unrud
2022-01-07 23:54:34 +01:00
parent cfba4c17b6
commit 8fa4345b6f
3 changed files with 19 additions and 19 deletions

View File

@ -74,7 +74,7 @@ class BaseAuth:
``password`` the password
Returns the user name or ``""`` for invalid credentials.
Returns the username or ``""`` for invalid credentials.
"""