diff options
author | Raymond Hettinger <python@rcn.com> | 2003-11-26 17:52:45 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-11-26 17:52:45 (GMT) |
commit | d4462300db217c357108e9618190b2f92ae8522f (patch) | |
tree | f5e575e717f0011281953908583b8d43169cdb6d /Doc/lib/libfuncs.tex | |
parent | 72452650af812d06796995a25e939e0534bfa0b8 (diff) | |
download | cpython-d4462300db217c357108e9618190b2f92ae8522f.zip cpython-d4462300db217c357108e9618190b2f92ae8522f.tar.gz cpython-d4462300db217c357108e9618190b2f92ae8522f.tar.bz2 |
Nits from a review of the documentation update.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 5aa0c18..61880ae 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -1063,7 +1063,7 @@ It's a function \versionchanged[Formerly, \function{zip()} required at least one argument and \code{zip()} raised a \exception{TypeError} instead of returning - \code{[]}]{2.4} + an empty list.]{2.4} \end{funcdesc} |