summaryrefslogtreecommitdiff
path: root/kombu/entity.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-02-01 17:08:52 -0800
committerAsk Solem <ask@celeryproject.org>2016-02-01 17:08:52 -0800
commit1bd9ac8f9725a4e11520e424f927b4a43f42a4a5 (patch)
tree9a1e3365b200a3c00c908d73b254d72d84901a8d /kombu/entity.py
parente2a304ef2d3d952e83053f0b779ad008b73a9419 (diff)
downloadkombu-1bd9ac8f9725a4e11520e424f927b4a43f42a4a5.tar.gz
Use US spelling of cancelled -> canceled
Diffstat (limited to 'kombu/entity.py')
-rw-r--r--kombu/entity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/entity.py b/kombu/entity.py
index c21c9c25..014e62e6 100644
--- a/kombu/entity.py
+++ b/kombu/entity.py
@@ -435,7 +435,7 @@ class Queue(MaybeChannelBound):
.. attribute:: auto_delete
If set, the queue is deleted when all consumers have
- finished using it. Last consumer can be cancelled
+ finished using it. Last consumer can be canceled
either explicitly or because its channel is closed. If
there was no consumer ever on the queue, it won't be
deleted.