diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-17 14:08:52 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-17 14:08:52 +0000 |
| commit | 689c8a38c381aa6dfb5d4d9d99fe2aa03c23cf25 (patch) | |
| tree | 54a651e571e48ddae84b600421cfab9224b4a467 /python | |
| parent | 8767499d6228fbf147bf1b0ca2101741226fec37 (diff) | |
| download | qpid-python-689c8a38c381aa6dfb5d4d9d99fe2aa03c23cf25.tar.gz | |
fixed address syntax error in docs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/messaging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/messaging.py b/python/qpid/messaging.py index 6eb8fa0e9d..a3dd1c1ec8 100644 --- a/python/qpid/messaging.py +++ b/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>, |
