less attitude

This commit is contained in:
Benjamin Peterson 2008-12-22 20:44:58 +00:00
parent f09925da67
commit 1c39785256
1 changed files with 2 additions and 2 deletions

View 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!