diff options
author | Georg Brandl <georg@python.org> | 2007-04-01 21:29:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-01 21:29:15 (GMT) |
commit | 4e9165d2dd15cd1766ae1286517a44f1620d3cbf (patch) | |
tree | 82f15bdc00a92fb0ddb1ee11471a46288aba969e /Doc/lib/libconsts.tex | |
parent | c7a2e4656e09cebd36a4ad2439794a48b9565737 (diff) | |
download | cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.zip cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.gz cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.bz2 |
Fix a lot of markup and meta-information glitches.
Diffstat (limited to 'Doc/lib/libconsts.tex')
-rw-r--r-- | Doc/lib/libconsts.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libconsts.tex b/Doc/lib/libconsts.tex index a7b4498..7aa0ea0 100644 --- a/Doc/lib/libconsts.tex +++ b/Doc/lib/libconsts.tex @@ -13,7 +13,7 @@ A small number of constants live in the built-in namespace. They are: \end{datadesc} \begin{datadesc}{None} - The sole value of \code{\refmodule{types}.NoneType}. \code{None} is + The sole value of \member{\refmodule{types}.NoneType}. \code{None} is frequently used to represent the absence of a value, as when default arguments are not passed to a function. \end{datadesc} |