mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
let's avoid the extra nesting where reasonable
This commit is contained in:
parent
7bc58a3e05
commit
2be406bd9f
@ -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…
x
Reference in New Issue
Block a user