Oops; don't know if this was my typo or not:  There was a "p" on a line that
should have been blank.
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 @@
 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