[Python-checkins] python/dist/src/Modules fcntlmodule.c,2.40,2.41

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 29 Jun 2003 18:54:06 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv3552/Modules

Modified Files:
	fcntlmodule.c 
Log Message:
Fix typo, refer to proper argument name

Index: fcntlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/fcntlmodule.c,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -d -r2.40 -r2.41
*** fcntlmodule.c	9 May 2003 10:45:20 -0000	2.40
--- fcntlmodule.c	30 Jun 2003 01:54:04 -0000	2.41
***************
*** 200,204 ****
  \n\
  Perform the requested operation on file descriptor fd.  The operation is\n\
! defined by op and is operating system dependent.  Typically these codes are\n\
  retrieved from the fcntl or termios library modules.\n\
  \n\
--- 200,204 ----
  \n\
  Perform the requested operation on file descriptor fd.  The operation is\n\
! defined by opt and is operating system dependent.  Typically these codes are\n\
  retrieved from the fcntl or termios library modules.\n\
  \n\