summaryrefslogtreecommitdiff
path: root/boto/sqs/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/sqs/queue.py')
-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.
"""