diff options
author | CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | 2022-05-13 19:54:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 19:54:12 (GMT) |
commit | 9f68dab3d327335b938046c50b4f09944e993cc8 (patch) | |
tree | 413e81f2a44f6b9ddeb90dacf0ec69e60ebf6611 /Doc/library/nis.rst | |
parent | 7e46ae33bd522cf8331052c3c8835f9366599d8d (diff) | |
download | cpython-9f68dab3d327335b938046c50b4f09944e993cc8.zip cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.gz cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.bz2 |
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
Diffstat (limited to 'Doc/library/nis.rst')
-rw-r--r-- | Doc/library/nis.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/nis.rst b/Doc/library/nis.rst index f6b6ea8..49fe629 100644 --- a/Doc/library/nis.rst +++ b/Doc/library/nis.rst @@ -11,7 +11,8 @@ .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> .. deprecated:: 3.11 - The :mod:`nis` module is deprecated (see :pep:`594` for details). + The :mod:`nis` module is deprecated + (see :pep:`PEP 594 <594#nis>` for details). -------------- |