diff options
author | Greg Ward <gward@python.net> | 2001-09-26 18:12:49 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2001-09-26 18:12:49 (GMT) |
commit | e22871e9ed8eeaf0210ae975145e264ebb7131b5 (patch) | |
tree | 7af70095e7148c349aa6ff8707fe247eb357d7cb /Doc/api/api.tex | |
parent | 8b3a7b58b98ed1a8b20d92e96545bc0c87d8786d (diff) | |
download | cpython-e22871e9ed8eeaf0210ae975145e264ebb7131b5.zip cpython-e22871e9ed8eeaf0210ae975145e264ebb7131b5.tar.gz cpython-e22871e9ed8eeaf0210ae975145e264ebb7131b5.tar.bz2 |
Typo fix.
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r-- | Doc/api/api.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 7262a5d..7858058 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -1402,7 +1402,7 @@ internal table. This should be called before \end{cfuncdesc} -\section{Parsing arguements and building values +\section{Parsing arguments and building values \label{arg-parsing}} These functions are useful when creating your own extensions functions |