[Python-checkins] python/dist/src/Modules posixmodule.c,2.246,2.247
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
Mon, 29 Jul 2002 18:17:45 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv30547/Modules
Modified Files:
posixmodule.c
Log Message:
Fix docstring to be consistent with parameter name (prefix)
Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.246
retrieving revision 2.247
diff -C2 -d -r2.246 -r2.247
*** posixmodule.c 30 Jul 2002 01:08:28 -0000 2.246
--- posixmodule.c 30 Jul 2002 01:17:43 -0000 2.247
***************
*** 5131,5135 ****
"tempnam([dir[, prefix]]) -> string\n\n\
Return a unique name for a temporary file.\n\
! The directory and a short may be specified as strings; they may be omitted\n\
or None if not needed.");
--- 5131,5135 ----
"tempnam([dir[, prefix]]) -> string\n\n\
Return a unique name for a temporary file.\n\
! The directory and a prefix may be specified as strings; they may be omitted\n\
or None if not needed.");