Commit 7b8b125f authored by Fred Drake's avatar Fred Drake

Remove bogus characters in code sample.

parent 27f550cd
\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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment