diff options
Diffstat (limited to 'Doc/library/user.rst')
-rw-r--r-- | Doc/library/user.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/user.rst b/Doc/library/user.rst index ba6b4627e6..920f429667 100644 --- a/Doc/library/user.rst +++ b/Doc/library/user.rst @@ -7,7 +7,7 @@ :deprecated: .. deprecated:: 2.6 - The user module has been removed in Python 3.0. + The :mod:`user` module has been removed in Python 3.0. .. index:: pair: .pythonrc.py; file |