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 3202f91..d8e455c 100644 --- a/Doc/library/new.rst +++ b/Doc/library/new.rst @@ -7,7 +7,7 @@ :deprecated: .. deprecated:: 2.6 - The new module has been removed in Python 3.0. + The :mod:`new` module has been removed in Python 3.0. .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> |