summaryrefslogtreecommitdiff
path: root/swiftclient/client.py
diff options
context:
space:
mode:
authorAnh Tran <anhtt@vn.fujitsu.com>2016-09-27 16:08:44 +0700
committerAnh Tran <anhtt@vn.fujitsu.com>2016-09-27 16:10:14 +0700
commitab7a8b2453d4eda10d5790c73d132fe350548107 (patch)
tree3b42475ff61ec45c22bac5c94a0d99301d03069e /swiftclient/client.py
parenta9f21662dfcc8504c536d629d5721771ecc62d23 (diff)
downloadpython-swiftclient-ab7a8b2453d4eda10d5790c73d132fe350548107.tar.gz
TrivialFix: Removed redundant 'the'
Change-Id: I3b3c0e7e4d5c8a1934378e2083a64bb686754f18
Diffstat (limited to 'swiftclient/client.py')
-rw-r--r--swiftclient/client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/swiftclient/client.py b/swiftclient/client.py
index ee5a838..dc9a09e 100644
--- a/swiftclient/client.py
+++ b/swiftclient/client.py
@@ -607,8 +607,8 @@ def get_auth(auth_url, user, key, **kwargs):
:returns: a tuple, (storage_url, token)
N.B. if the optional os_options parameter includes a non-empty
- 'object_storage_url' key it will override the the default storage url
- returned by the auth service.
+ 'object_storage_url' key it will override the default storage url returned
+ by the auth service.
The snet parameter is used for Rackspace's ServiceNet internal network
implementation. In this function, it simply adds *snet-* to the beginning