]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix docstring to be consistent with parameter name (prefix)
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 30 Jul 2002 01:18:38 +0000 (01:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 30 Jul 2002 01:18:38 +0000 (01:18 +0000)
Modules/posixmodule.c

index 8826c76ba3d035e67c8402551667a8440875bc3e..38754e59decc03d1617580787addc2f84aee1488 100644 (file)
@@ -4431,7 +4431,7 @@ posix_statvfs(PyObject *self, PyObject *args)
 static char posix_tempnam__doc__[] = "\
 tempnam([dir[, prefix]]) -> string\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\
+The directory and a prefix may be specified as strings; they may be omitted\n\
 or None if not needed.";
 
 static PyObject *