SF patch #855195: fix typos

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger 2003-12-07 13:00:25 +00:00
parent e180307c10
commit ff294fea40
4 changed files with 4 additions and 3 deletions

View file

@ -87,7 +87,7 @@ The module defines the following functions:
An example:
\begin{verbatim}
>>> import array, fnctl, struct, termios, os
>>> import array, fcntl, struct, termios, os
>>> os.getpgrp()
13341
>>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0]