diff options
author | Georg Brandl <georg@python.org> | 2008-01-06 23:22:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-06 23:22:27 (GMT) |
commit | 4273222a68f9bcc2a3afda2bb9d3367705b5437d (patch) | |
tree | b55f397a54f944f7a0b9f80daf1409b2a4dcb457 | |
parent | 844f71b7e4d8b5cdb61f4800ee14a11f3ee9ad15 (diff) | |
download | cpython-4273222a68f9bcc2a3afda2bb9d3367705b5437d.zip cpython-4273222a68f9bcc2a3afda2bb9d3367705b5437d.tar.gz cpython-4273222a68f9bcc2a3afda2bb9d3367705b5437d.tar.bz2 |
Remove latex trace.
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 5d07fbc..622ff5f4 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1287,7 +1287,7 @@ available. They are listed here in alphabetical order. Formerly, :func:`zip` required at least one argument and ``zip()`` raised a :exc:`TypeError` instead of returning an empty list. -.. % --------------------------------------------------------------------------- +.. --------------------------------------------------------------------------- .. _non-essential-built-in-funcs: |