summaryrefslogtreecommitdiff
path: root/boto/s3
diff options
context:
space:
mode:
authorVitali Kotik <vitali.kotik@cloudmach.com>2014-11-29 02:32:32 +0300
committerVitali Kotik <vitali.kotik@cloudmach.com>2014-11-29 02:32:32 +0300
commit90fe9664cf2b6e86d37c745b2f8c9c90b151d4ca (patch)
treef1cf9fa8b632101fec3fe39b0f338dc4f6f7d3c8 /boto/s3
parent48c5d178d83bc5f2aa6a8e488396e41b2d867ceb (diff)
downloadboto-90fe9664cf2b6e86d37c745b2f8c9c90b151d4ca.tar.gz
Fixed param type in get_contents_to_filename docstring
Diffstat (limited to 'boto/s3')
-rw-r--r--boto/s3/key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/s3/key.py b/boto/s3/key.py
index bc490e30..2bd22fe9 100644
--- a/boto/s3/key.py
+++ b/boto/s3/key.py
@@ -1673,7 +1673,7 @@ class Key(object):
the second representing the size of the to be transmitted
object.
- :type cb: int
+ :type num_cb: int
:param num_cb: (optional) If a callback is specified with the
cb parameter this parameter determines the granularity of
the callback by defining the maximum number of times the