From 8cf99a29f48dc9087c7bf6dfe0f38e24862221ce Mon Sep 17 00:00:00 2001 From: brandonzhao Date: Fri, 9 Feb 2018 14:45:53 +0800 Subject: [PATCH] modify typos of word password Change-Id: I92148c6222fd9dc92d5049149865540dadd0a32d --- openstack/identity/v3/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/identity/v3/user.py b/openstack/identity/v3/user.py index 453541763..bed77fb5f 100644 --- a/openstack/identity/v3/user.py +++ b/openstack/identity/v3/user.py @@ -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*