summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-17 14:08:52 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-17 14:08:52 +0000
commitb5b439655970190228366b5a52aeda6a11e486b6 (patch)
tree8b74f0b9b75772cbcf7d080e2c200b43b4d15f5f
parent7714d05b36c95a7c59e1b84f0221bd7d95263b3a (diff)
downloadqpid-python-b5b439655970190228366b5a52aeda6a11e486b6.tar.gz
fixed address syntax error in docs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910982 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/python/qpid/messaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/messaging.py b/qpid/python/qpid/messaging.py
index 6eb8fa0e9d..a3dd1c1ec8 100644
--- a/qpid/python/qpid/messaging.py
+++ b/qpid/python/qpid/messaging.py
@@ -349,7 +349,7 @@ class Session:
-------
The options map permits the following parameters::
- <name> [ / <subject> ] {
+ <name> [ / <subject> ] ; {
create: <create-policy>,
delete: <delete-policy>,
assert: <assert-policy>,