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 | 0f914b75d1b478a3268406b1cba5f29dae884609 (patch) | |
| tree | 54a651e571e48ddae84b600421cfab9224b4a467 /python | |
| parent | 5d0e5d3e0cf554b0f50841e954800e5153d9a916 (diff) | |
| download | qpid-python-0f914b75d1b478a3268406b1cba5f29dae884609.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>, |
