Update 5-function-returning-tips.md

This commit is contained in:
王青杰 2022-01-09 10:44:10 +08:00 committed by GitHub
parent 432e1481dc
commit 175b22a9f7
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
"""