diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-13 20:09:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 20:09:53 (GMT) |
commit | 9a97a89b3d051a9819e26f4dae7efb10daaa77cd (patch) | |
tree | 61d6b3e5f4fe033ccdcfde6094abd074d2a6be6f /Doc/library/ossaudiodev.rst | |
parent | 60c4bca01385ad88de48398eefaa1ede5a2d0cd0 (diff) | |
download | cpython-9a97a89b3d051a9819e26f4dae7efb10daaa77cd.zip cpython-9a97a89b3d051a9819e26f4dae7efb10daaa77cd.tar.gz cpython-9a97a89b3d051a9819e26f4dae7efb10daaa77cd.tar.bz2 |
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
(cherry picked from commit 9f68dab3d327335b938046c50b4f09944e993cc8)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Doc/library/ossaudiodev.rst')
-rw-r--r-- | Doc/library/ossaudiodev.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst index e0f0a6b..728ee30 100644 --- a/Doc/library/ossaudiodev.rst +++ b/Doc/library/ossaudiodev.rst @@ -7,7 +7,8 @@ :deprecated: .. deprecated:: 3.11 - The :mod:`ossaudiodev` module is deprecated (see :pep:`594` for details). + The :mod:`ossaudiodev` module is deprecated + (see :pep:`PEP 594 <594#ossaudiodev>` for details). -------------- |