]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
less attitude
authorBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2008 20:44:58 +0000 (20:44 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2008 20:44:58 +0000 (20:44 +0000)
Doc/c-api/arg.rst

index 120c2810848fb8e4954313422c3564185516ce9b..5dc28af062f1bbf56940b06dfcae47009f6d8c5f 100644 (file)
@@ -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!