mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Update doc to reflect Tim's changes to bool.
This commit is contained in:
parent
c334df5727
commit
d3dab2b192
8 changed files with 28 additions and 27 deletions
|
@ -211,7 +211,8 @@ If the option existed to be removed, return 1; otherwise return 0.
|
|||
|
||||
\begin{methoddesc}{remove_section}{section}
|
||||
Remove the specified \var{section} from the configuration.
|
||||
If the section in fact existed, return 1. Otherwise return 0.
|
||||
If the section in fact existed, return \code{True}.
|
||||
Otherwise return \code{False}.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{optionxform}{option}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue