Removed a duplicate word in a dostring

Change-Id: I38e41a7ce9f91b5b1785491c6cd10dbbba9562a2
This commit is contained in:
Alex Gaynor 2014-04-25 11:26:28 -07:00
parent a99c2ff581
commit 9ff3bad4e2

View File

@ -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