Fix some typos

This commit is contained in:
Asher Foa 2019-11-16 12:31:45 -08:00
commit 3bb31c84fd
7 changed files with 11 additions and 11 deletions

View file

@ -761,7 +761,7 @@ class SQSBackend(BaseBackend):
new_messages = []
for message in queue._messages:
# Only delete message if it is not visible and the reciept_handle
# Only delete message if it is not visible and the receipt_handle
# matches.
if message.receipt_handle == receipt_handle:
queue.pending_messages.remove(message)