diff options
author | Fred Drake <fdrake@acm.org> | 2004-08-03 16:02:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-08-03 16:02:35 (GMT) |
commit | 2be406bd9fddc07aaaaef49d5cdeb5788bb9e59f (patch) | |
tree | 40f1e6fcf079595b5e1f03bcae360731621ceedb /Doc | |
parent | 7bc58a3e05c22050afb0459bc68a42414890657a (diff) | |
download | cpython-2be406bd9fddc07aaaaef49d5cdeb5788bb9e59f.zip cpython-2be406bd9fddc07aaaaef49d5cdeb5788bb9e59f.tar.gz cpython-2be406bd9fddc07aaaaef49d5cdeb5788bb9e59f.tar.bz2 |
let's avoid the extra nesting where reasonable
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 3d73b7b..cb065ff 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 |