From 9ff3bad4e22fbd561d9253af2b6e38580124b450 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Apr 2014 11:26:28 -0700 Subject: [PATCH] Removed a duplicate word in a dostring Change-Id: I38e41a7ce9f91b5b1785491c6cd10dbbba9562a2 --- swiftclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftclient/client.py b/swiftclient/client.py index d58d4b5c..81eeecda 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