diff options
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 1f56b05..bf36281 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} |