diff options
Diffstat (limited to 'Doc/library/new.rst')
-rw-r--r-- | Doc/library/new.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/new.rst b/Doc/library/new.rst index f3bb55b..1858009 100644 --- a/Doc/library/new.rst +++ b/Doc/library/new.rst @@ -45,7 +45,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]) |