Kaydet (Commit) 7b8b125f authored tarafından Fred Drake's avatar Fred Drake

Remove bogus characters in code sample.

üst 27f550cd
\section{\module{sunaudiodev} --- \section{\module{sunaudiodev} ---
Access to Sun audio hardware.} Access to Sun audio hardware}
\declaremodule{builtin}{sunaudiodev} \declaremodule{builtin}{sunaudiodev}
\platform{SunOS} \platform{SunOS}
...@@ -125,7 +125,7 @@ this in Python: ...@@ -125,7 +125,7 @@ this in Python:
\begin{verbatim} \begin{verbatim}
def handle_sigpoll(signum, frame): def handle_sigpoll(signum, frame):
print 'I got a SIGPOLL update' print 'I got a SIGPOLL update'
pp
import fcntl, signal, STROPTS import fcntl, signal, STROPTS
signal.signal(signal.SIGPOLL, handle_sigpoll) 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