modify typos of word password

Change-Id: I92148c6222fd9dc92d5049149865540dadd0a32d
This commit is contained in:
brandonzhao
2018-02-09 14:45:53 +08:00
parent 75732766a0
commit 8cf99a29f4

View File

@@ -68,7 +68,7 @@ class User(resource.Resource):
#: The default form of credential used during authentication.
#: *Type: string*
password = resource.Body('password')
#: The date and time when the pasword expires. The time zone is UTC.
#: The date and time when the password expires. The time zone is UTC.
#: A None value means the password never expires.
#: This is a response object attribute, not valid for requests.
#: *New in version 3.7*