mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
SF patch #859286: documentation bool change fix
(Contributed by George Yoshida.)
This commit is contained in:
parent
a3b11e7fb3
commit
9b4dab4da1
4 changed files with 11 additions and 8 deletions
|
@ -561,7 +561,7 @@ to calling this method, the object's payload was \code{None}
|
|||
will be the argument \var{payload}.
|
||||
|
||||
If the object's payload was already a list
|
||||
(i.e. \method{is_multipart()} returns 1), then \var{payload} is
|
||||
(i.e. \method{is_multipart()} returns \code{True}), then \var{payload} is
|
||||
appended to the end of the existing payload list.
|
||||
|
||||
For any other type of existing payload, \method{add_payload()} will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue