Merge "fix typos in docstring"

This commit is contained in:
Jenkins
2015-10-20 16:16:02 +00:00
committed by Gerrit Code Review
3 changed files with 8 additions and 8 deletions

View File

@@ -489,7 +489,7 @@ def record_time(times, enabled, *args):
:type times: list
:param enabled: Whether timing is enabled.
:type enabled: bool
:param *args: Other data to be stored besides time data, these args
:param args: Other data to be stored besides time data, these args
will be joined to a string.
"""
if not enabled:

View File

@@ -29,7 +29,7 @@ class Client(object):
(Default: public)
:param str region_name: The default region_name for URL discovery
:param str endpoint_override: Always use this endpoint URL for requests
:param for this ceiloclient
for this ceiloclient
:param auth: An auth plugin to use instead of the session one
:type auth: keystoneclient.auth.base.BaseAuthPlugin
:param str user_agent: The User-Agent string to set

View File

@@ -42,7 +42,7 @@ class Client(object):
(Default: public)
:param str region_name: The default region_name for URL discovery
:param str endpoint_override: Always use this endpoint URL for requests
:param for this ceiloclient
for this ceiloclient
:param auth: An auth plugin to use instead of the session one
:type auth: keystoneclient.auth.base.BaseAuthPlugin
:param str user_agent: The User-Agent string to set