]> granicus.if.org Git - python/commitdiff
let's avoid the extra nesting where reasonable
authorFred Drake <fdrake@acm.org>
Tue, 3 Aug 2004 16:02:35 +0000 (16:02 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Aug 2004 16:02:35 +0000 (16:02 +0000)
Doc/api/concrete.tex

index 3d73b7b053230b00711ef951536a98c8b8690a0c..cb065ffa999c5980f9bbda8e51eda858e7aa2b82 100644 (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