From 1c3978525678ea52e601e4d8571676385f767e0f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 22 Dec 2008 20:44:58 +0000 Subject: [PATCH] less attitude --- Doc/c-api/arg.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 120c281084..5dc28af062 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! -- 2.50.1