diff options
author | Alan Conway <aconway@apache.org> | 2008-05-13 18:39:11 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-13 18:39:11 +0000 |
commit | 539172b64d7ebd8b81269c4880834b3db815a7be (patch) | |
tree | 13becb52721af4da51cd3628242c46a8731ef45d /python/examples/request-response/client.py | |
parent | 2579255f8844bf6b7a9dab39ec4a49c1eabbb07b (diff) | |
download | qpid-python-539172b64d7ebd8b81269c4880834b3db815a7be.tar.gz |
Fix typo in examples.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/request-response/client.py')
-rwxr-xr-x | python/examples/request-response/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/request-response/client.py b/python/examples/request-response/client.py index 0fcd256d49..8ab1149901 100755 --- a/python/examples/request-response/client.py +++ b/python/examples/request-response/client.py @@ -96,7 +96,7 @@ session.message_flow(local_queue_name, session.credit_unit.byte, 0xFFFFFFFF) # Send some messages to the server's request queue -lines = ["Twas brilling, and the slithy toves", +lines = ["Twas brillig, and the slithy toves", "Did gyre and gimble in the wabe.", "All mimsy were the borogroves,", "And the mome raths outgrabe."] |