]> granicus.if.org Git - python/commitdiff
Remove bogus characters in code sample.
authorFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 21:19:53 +0000 (21:19 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 21:19:53 +0000 (21:19 +0000)
Doc/lib/libsunaudio.tex

index 834061203f36aed14fb824a669e87e5d3e40520d..41c819c7c09a424e4141eb888dcfaa7837c6f417 100644 (file)
@@ -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)