[Python-checkins] r67904 - python/trunk/Doc/c-api/arg.rst
benjamin.peterson
python-checkins at python.org
Mon Dec 22 21:44:58 CET 2008
Author: benjamin.peterson
Date: Mon Dec 22 21:44:58 2008
New Revision: 67904
Log:
less attitude
Modified:
python/trunk/Doc/c-api/arg.rst
Modified: python/trunk/Doc/c-api/arg.rst
==============================================================================
--- python/trunk/Doc/c-api/arg.rst (original)
+++ python/trunk/Doc/c-api/arg.rst Mon Dec 22 21:44:58 2008
@@ -297,8 +297,8 @@
``;``
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!
More information about the Python-checkins
mailing list