Fixed typo in docstring

Change-Id: Ib635eac542b26573560e714449960176380fa4fa
This commit is contained in:
Ondřej Nový 2016-11-21 16:40:40 +01:00
parent d4567f2232
commit 2d22f804a7

View File

@ -1566,7 +1566,7 @@ class Swauth(object):
and x-auth-admin-key headers which are credentials of the
user sending the request.
:param user: User whose password is to be changed.
:returns True if user is changing his own key, False if not.
:returns: True if user is changing his own key, False if not.
"""
admin_detail = self.get_admin_detail(req)
if not admin_detail: