diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-11 01:06:54 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-11 01:06:54 (GMT) |
commit | a975cd446e992793e4e4a8991e149797c224e68c (patch) | |
tree | 1b899ccbc208a2c8d299c8d5152b7ca3ce30187e /Doc/library/undoc.rst | |
parent | df0a7170378f8fe22589e5fa3ec4f703b2e09d60 (diff) | |
download | cpython-a975cd446e992793e4e4a8991e149797c224e68c.zip cpython-a975cd446e992793e4e4a8991e149797c224e68c.tar.gz cpython-a975cd446e992793e4e4a8991e149797c224e68c.tar.bz2 |
Fix up markup in the deprecation notice.
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r-- | Doc/library/undoc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 7da1b3b..7a5a760 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -22,7 +22,7 @@ Some of these are very old and/or not very robust; marked with "hmm." :mod:`ihooks` --- Import hook support (for :mod:`rexec`; may become obsolete). - .. warning:: The ihooks module has been removed in Python 3.0. + .. warning:: The :mod:`ihooks` module has been removed in Python 3.0. Platform specific modules @@ -55,7 +55,7 @@ Multimedia --- Play audio data on the Linux audio device. Replaced in Python 2.3 by the :mod:`ossaudiodev` module. - .. warning:: The linuxaudiodev module has been removed in Python 3.0. + .. warning:: The :mod:`linuxaudiodev` module has been removed in Python 3.0. :mod:`sunaudio` --- Interpret Sun audio headers (may become obsolete or a tool/demo). |