Commit c010b412 authored by Fred Drake's avatar Fred Drake

let's avoid the extra nesting where reasonable

parent 38936329
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment