From 7b8b125fa6a24b7c400b4750ee204c2a56f7f596 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Apr 1999 21:19:53 +0000 Subject: [PATCH] Remove bogus characters in code sample. --- Doc/lib/libsunaudio.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libsunaudio.tex b/Doc/lib/libsunaudio.tex index 834061203f3..41c819c7c09 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)