summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libnew.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 17:03:45 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-10 17:03:45 (GMT)
commitf8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch)
treef777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libnew.tex
parent2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff)
downloadcpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.zip
cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz
cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.bz2
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libnew.tex')
-rw-r--r--Doc/lib/libnew.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex
index 24fc881..df7adfb 100644
--- a/Doc/lib/libnew.tex
+++ b/Doc/lib/libnew.tex
@@ -1,5 +1,5 @@
\section{\module{new} ---
- Runtime implementation object creation}
+ Creation of runtime internal objects}
\declaremodule{builtin}{new}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}