summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHéctor Valverde <hvalverde@uma.es>2014-08-27 17:09:47 +0100
committerHéctor Valverde <hvalverde@uma.es>2014-08-27 17:09:47 +0100
commita228444c334165cd24c8a39f92622f4c5a12541d (patch)
tree0a4a2cecafb450e160c082ed09243ef1879da1e6
parentac2b311c04cb49b337ba033b1a550039c12c929d (diff)
downloadboto-a228444c334165cd24c8a39f92622f4c5a12541d.tar.gz
Update count_slow documentation
Typo
-rw-r--r--boto/sqs/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/sqs/queue.py b/boto/sqs/queue.py
index 6bcae489..162ec93c 100644
--- a/boto/sqs/queue.py
+++ b/boto/sqs/queue.py
@@ -365,7 +365,7 @@ class Queue(object):
Deprecated. This is the old 'count' method that actually counts
the messages by reading them all. This gives an accurate count but
is very slow for queues with non-trivial number of messasges.
- Instead, use get_attribute('ApproximateNumberOfMessages') to take
+ Instead, use get_attributes('ApproximateNumberOfMessages') to take
advantage of the new SQS capability. This is retained only for
the unit tests.
"""