Merge pull request #80 from tingshuo123/patch-1

Update 5-function-returning-tips.md
This commit is contained in:
piglei 2022-01-09 16:20:37 +08:00 committed by GitHub
commit fb89f365b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class UnableToCreateUser(Exception):
def create_user_from_name(username):
""通过用户名创建一个 User 实例"
"""通过用户名创建一个 User 实例
:raises: 当无法创建用户时抛出 UnableToCreateUser
"""