mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
let's avoid the extra nesting where reasonable
This commit is contained in:
parent
7bc58a3e05
commit
2be406bd9f
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
|
|||
header files).
|
||||
\end{cfuncdesc}
|
||||
|
||||
\subsubsection{Boolean Objects \label{boolObjects}}
|
||||
\subsection{Boolean Objects \label{boolObjects}}
|
||||
|
||||
Booleans in Python are implemented as a subclass of integers. There
|
||||
are only two booleans, \constant{Py_False} and \constant{Py_True}. As
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue