diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2024-10-09 10:53:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 10:53:57 (GMT) |
commit | 3024b16d51bb7f74177c5a5038cc9a56fd2b26bd (patch) | |
tree | 2fb75d1941753cf3375c95723b16086a3969ac23 /Misc/NEWS.d/3.11.0a5.rst | |
parent | 7a303fc78a6dbd1b4c01f8a2b14ddcae29f4271b (diff) | |
download | cpython-3024b16d51bb7f74177c5a5038cc9a56fd2b26bd.zip cpython-3024b16d51bb7f74177c5a5038cc9a56fd2b26bd.tar.gz cpython-3024b16d51bb7f74177c5a5038cc9a56fd2b26bd.tar.bz2 |
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Barry Warsaw <barry@python.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.11.0a5.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.11.0a5.rst b/Misc/NEWS.d/3.11.0a5.rst index 954f5c1..5418d5d 100644 --- a/Misc/NEWS.d/3.11.0a5.rst +++ b/Misc/NEWS.d/3.11.0a5.rst @@ -486,8 +486,8 @@ Use ``dis.Positions`` in ``dis.Instruction`` instead of a regular ``tuple``. .. nonce: geS-aP .. section: Library -:mod:`pdb` now gracefully handles ``help`` when :attr:`__doc__` is missing, -for example when run with pregenerated optimized ``.pyc`` files. +:mod:`pdb` now gracefully handles ``help`` when :attr:`~module.__doc__` is +missing, for example when run with pregenerated optimized ``.pyc`` files. .. |