summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2010-12-02 15:24:35 +0100
committerAsk Solem <askh@opera.com>2010-12-02 15:24:35 +0100
commiteb7748d27ba148d32eecf67b0b80e62ddf87927f (patch)
tree9b5a46d48c53c2f0592a9ecb805c383cb14d8b75 /examples
parent97ac8b077c505159bd702d37c7b64823dfeef0e8 (diff)
downloadkombu-eb7748d27ba148d32eecf67b0b80e62ddf87927f.tar.gz
2to3 says we should use a for loop here
Diffstat (limited to 'examples')
-rw-r--r--examples/complete_send.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complete_send.py b/examples/complete_send.py
index 11790590..9e3b3252 100644
--- a/examples/complete_send.py
+++ b/examples/complete_send.py
@@ -2,7 +2,7 @@
Example producer that sends a single message and exits.
-You can use `demo_receive.py` to receive the message sent.
+You can use `complete_receive.py` to receive the message sent.
"""