let's avoid the extra nesting where reasonable

This commit is contained in:
Fred Drake 2004-08-03 16:02:35 +00:00
parent 7bc58a3e05
commit 2be406bd9f

View file

@ -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