TrivialFix: Removed redundant 'the'
Change-Id: I3b3c0e7e4d5c8a1934378e2083a64bb686754f18
This commit is contained in:
@@ -315,7 +315,7 @@ Valid calls for this method are as follows:
|
|||||||
* ``stat([options])``: Returns stats for the configured account.
|
* ``stat([options])``: Returns stats for the configured account.
|
||||||
* ``stat(<container>, [options])``: Returns stats for the given container.
|
* ``stat(<container>, [options])``: Returns stats for the given container.
|
||||||
* ``stat(<container>, <object_list>, [options])``: Returns stats for each
|
* ``stat(<container>, <object_list>, [options])``: Returns stats for each
|
||||||
of the given objects in the the given container (through the returned
|
of the given objects in the given container (through the returned
|
||||||
iterator).
|
iterator).
|
||||||
|
|
||||||
Results from stat are dictionaries indicating the success or failure of each
|
Results from stat are dictionaries indicating the success or failure of each
|
||||||
|
@@ -607,8 +607,8 @@ def get_auth(auth_url, user, key, **kwargs):
|
|||||||
:returns: a tuple, (storage_url, token)
|
:returns: a tuple, (storage_url, token)
|
||||||
|
|
||||||
N.B. if the optional os_options parameter includes a non-empty
|
N.B. if the optional os_options parameter includes a non-empty
|
||||||
'object_storage_url' key it will override the the default storage url
|
'object_storage_url' key it will override the default storage url returned
|
||||||
returned by the auth service.
|
by the auth service.
|
||||||
|
|
||||||
The snet parameter is used for Rackspace's ServiceNet internal network
|
The snet parameter is used for Rackspace's ServiceNet internal network
|
||||||
implementation. In this function, it simply adds *snet-* to the beginning
|
implementation. In this function, it simply adds *snet-* to the beginning
|
||||||
|
Reference in New Issue
Block a user