summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-25 11:26:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-25 11:26:28 -0700
commit9ff3bad4e22fbd561d9253af2b6e38580124b450 (patch)
tree4ec72a89c7763f1d8b9d7487e0d1cf4348e87d23
parenta99c2ff5816ee135f38f8962030889100d37dc8c (diff)
downloadpython-swiftclient-9ff3bad4e22fbd561d9253af2b6e38580124b450.tar.gz
Removed a duplicate word in a dostring
Change-Id: I38e41a7ce9f91b5b1785491c6cd10dbbba9562a2
-rw-r--r--swiftclient/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/client.py b/swiftclient/client.py
index d58d4b5..81eeecd 100644
--- a/swiftclient/client.py
+++ b/swiftclient/client.py
@@ -883,7 +883,7 @@ def put_object(url, token=None, container=None, name=None, contents=None,
encoding will be used
:param etag: etag of contents; if None, no etag will be sent
:param chunk_size: chunk size of data to write; it defaults to 65536;
- used only if the the contents object has a 'read'
+ used only if the contents object has a 'read'
method, eg. file-like objects, ignored otherwise
:param content_type: value to send as content-type header; if None, no
content-type will be set (remote end will likely try