summaryrefslogtreecommitdiff
path: root/Doc/library/undoc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r--Doc/library/undoc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index 7da1b3b067..7a5a7601c3 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).