Merge "Fix typos in context.py&clusters.rst"

This commit is contained in:
Jenkins 2016-09-29 03:40:39 +00:00 committed by Gerrit Code Review
commit ee796ac108
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ option :option:`--marker <ID>` for this purpose. For example::
+----------+------+--------+---------------------+
Only 1 cluster record is returned in this example and its UUID comes after the
the one specified from the command line.
one specified from the command line.
Creating a Cluster

View File

@ -22,7 +22,7 @@ class RequestContext(base_context.RequestContext):
'''Stores information about the security context.
The context encapsulates information related to the user accessing the
the system, as well as additional request information.
system, as well as additional request information.
'''
def __init__(self, auth_token=None, user=None, project=None,