From: Benjamin Peterson Date: Mon, 22 Dec 2008 20:44:58 +0000 (+0000) Subject: less attitude X-Git-Tag: v2.7a1~2510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3978525678ea52e601e4d8571676385f767e0f;p=thirdparty%2FPython%2Fcpython.git less attitude --- diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 120c2810848f..5dc28af062f1 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!