summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-22 21:19:53 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-22 21:19:53 (GMT)
commit7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (patch)
tree4b00263b9b888686b614bf24371e6128e426741b /Doc
parent27f550cdd5176037616bcb929c5bf075c9d41fbb (diff)
downloadcpython-7b8b125fa6a24b7c400b4750ee204c2a56f7f596.zip
cpython-7b8b125fa6a24b7c400b4750ee204c2a56f7f596.tar.gz
cpython-7b8b125fa6a24b7c400b4750ee204c2a56f7f596.tar.bz2
Remove bogus characters in code sample.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsunaudio.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsunaudio.tex b/Doc/lib/libsunaudio.tex
index 8340612..41c819c 100644
--- a/Doc/lib/libsunaudio.tex
+++ b/Doc/lib/libsunaudio.tex
@@ -1,5 +1,5 @@
\section{\module{sunaudiodev} ---
- Access to Sun audio hardware.}
+ Access to Sun audio hardware}
\declaremodule{builtin}{sunaudiodev}
\platform{SunOS}
@@ -125,7 +125,7 @@ this in Python:
\begin{verbatim}
def handle_sigpoll(signum, frame):
print 'I got a SIGPOLL update'
-pp
+
import fcntl, signal, STROPTS
signal.signal(signal.SIGPOLL, handle_sigpoll)