Remove bogus characters in code sample.

This commit is contained in:
Fred Drake 1999-04-22 21:19:53 +00:00
parent 27f550cdd5
commit 7b8b125fa6
1 changed files with 2 additions and 2 deletions

View 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)