From: Fred Drake Date: Tue, 3 Aug 2004 16:02:35 +0000 (+0000) Subject: let's avoid the extra nesting where reasonable X-Git-Tag: v2.4a2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2be406bd9fddc07aaaaef49d5cdeb5788bb9e59f;p=python let's avoid the extra nesting where reasonable --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 3d73b7b053..cb065ffa99 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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