Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fixing typo, 'ans' -> 'an'. #797

Merged
merged 1 commit into from
Jun 10, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boto/sns/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def subscribe_sqs_queue(self, topic, queue):
Subscribe an SQS queue to a topic.

This is convenience method that handles most of the complexity involved
in using ans SQS queue as an endpoint for an SNS topic. To achieve this
in using an SQS queue as an endpoint for an SNS topic. To achieve this
the following operations are performed:

* The correct ARN is constructed for the SQS queue and that ARN is
Expand Down