summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-22 20:44:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-22 20:44:58 (GMT)
commit1c3978525678ea52e601e4d8571676385f767e0f (patch)
tree31df9e5fa4874b1f92c14fbb4b1d1d543b0692f0 /Doc
parentf09925da67dda0611497baa3fe111e67d35169c2 (diff)
downloadcpython-1c3978525678ea52e601e4d8571676385f767e0f.zip
cpython-1c3978525678ea52e601e4d8571676385f767e0f.tar.gz
cpython-1c3978525678ea52e601e4d8571676385f767e0f.tar.bz2
less attitude
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/arg.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst
index 120c281..5dc28af 100644
--- a/Doc/c-api/arg.rst
+++ b/Doc/c-api/arg.rst
@@ -297,8 +297,8 @@ inside nested parentheses. They are:
``;``
The list of format units ends here; the string after the semicolon is used as
- the error message *instead* of the default error message. Clearly, ``:`` and
- ``;`` mutually exclude each other.
+ the error message *instead* of the default error message. ``:`` and ``;``
+ mutually exclude each other.
Note that any Python object references which are provided to the caller are
*borrowed* references; do not decrement their reference count!