diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-06 21:52:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-06 21:52:31 (GMT) |
commit | 2df75832b3775615b78e6ba0fc02ae5df0019cf7 (patch) | |
tree | 08df0eac4c4ccc5f48fb297b96d3afc4bce6389e | |
parent | c211254334779b2ea99a5096d6e50c4c0703f6b1 (diff) | |
download | cpython-2df75832b3775615b78e6ba0fc02ae5df0019cf7.zip cpython-2df75832b3775615b78e6ba0fc02ae5df0019cf7.tar.gz cpython-2df75832b3775615b78e6ba0fc02ae5df0019cf7.tar.bz2 |
Oops; don't know if this was my typo or not: There was a "p" on a line that
should have been blank.
-rw-r--r-- | Doc/lib/libundoc.tex | 2 | ||||
-rw-r--r-- | Doc/libundoc.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 79108f6..6289aff 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -130,7 +130,7 @@ whatsound.py -- recognizing sound files These modules are probably also obsolete, or just not very useful. Queue.py -- A multi-producer, multi-consumer queue -p + bisect.py -- Bisection algorithms dump.py -- Print python code that reconstructs a variable diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 79108f6..6289aff 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -130,7 +130,7 @@ whatsound.py -- recognizing sound files These modules are probably also obsolete, or just not very useful. Queue.py -- A multi-producer, multi-consumer queue -p + bisect.py -- Bisection algorithms dump.py -- Print python code that reconstructs a variable |