commit | ff294fea40daa2987aa9913f4724b97c0ec2c375 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 07 13:00:25 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 07 13:00:25 2003 +0000 |
tree | 7acd917c123d7132d23a183461a278af10b35833 | |
parent | e180307c10ff9ddc3da73798e1130b1ac68c8fdf [diff] [blame] |
SF patch #855195: fix typos (Contributed by George Yoshida.)
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex index 6eccb4a..ca8cc19 100644 --- a/Doc/lib/libfcntl.tex +++ b/Doc/lib/libfcntl.tex
@@ -87,7 +87,7 @@ 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]