From: Fred Drake Date: Thu, 22 Apr 1999 21:19:53 +0000 (+0000) Subject: Remove bogus characters in code sample. X-Git-Tag: v1.6a1~1504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b8b125fa6a24b7c400b4750ee204c2a56f7f596;p=python Remove bogus characters in code sample. --- diff --git a/Doc/lib/libsunaudio.tex b/Doc/lib/libsunaudio.tex index 834061203f..41c819c7c0 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)