summaryrefslogtreecommitdiffstats
path: root/Doc/library/new.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-31 17:17:17 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-31 17:17:17 (GMT)
commit81ac1ce56af43a37d963ec8aecb7069b7edb2077 (patch)
tree8e79225231f5e8b2fea8527d29b1274df128f05a /Doc/library/new.rst
parentdcc56f8bf668965ef5f3cfe2fd6a07b7b84b08a8 (diff)
downloadcpython-81ac1ce56af43a37d963ec8aecb7069b7edb2077.zip
cpython-81ac1ce56af43a37d963ec8aecb7069b7edb2077.tar.gz
cpython-81ac1ce56af43a37d963ec8aecb7069b7edb2077.tar.bz2
Address a few XXX comments, other fixes.
Diffstat (limited to 'Doc/library/new.rst')
-rw-r--r--Doc/library/new.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/new.rst b/Doc/library/new.rst
index 852fb58..438329f 100644
--- a/Doc/library/new.rst
+++ b/Doc/library/new.rst
@@ -37,7 +37,7 @@ The :mod:`new` module defines the following functions:
This function is an interface to the :cfunc:`PyCode_New` C function.
- .. % XXX This is still undocumented!!!!!!!!!!!
+ .. XXX This is still undocumented!!!
.. function:: module(name[, doc])