diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 04:06:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 04:06:33 (GMT) |
commit | 90f2e5e20220f400d8a97b391b810a459315ca1d (patch) | |
tree | 3f69deefbd00647b916b05efca9ff69db24d6d47 /Doc/libfuncs.tex | |
parent | bfc28bcfdf6638667b7059949cb5384088c007be (diff) | |
download | cpython-90f2e5e20220f400d8a97b391b810a459315ca1d.zip cpython-90f2e5e20220f400d8a97b391b810a459315ca1d.tar.gz cpython-90f2e5e20220f400d8a97b391b810a459315ca1d.tar.bz2 |
Added a named target for referencing.
Diffstat (limited to 'Doc/libfuncs.tex')
-rw-r--r-- | Doc/libfuncs.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/libfuncs.tex b/Doc/libfuncs.tex index 55bf36a..70be8ad 100644 --- a/Doc/libfuncs.tex +++ b/Doc/libfuncs.tex @@ -1,4 +1,5 @@ \section{Built-in Functions} +\label{built-in-funcs} The Python interpreter has a number of functions built into it that are always available. They are listed here in alphabetical order. |