From: Neal Norwitz Date: Tue, 30 Jul 2002 01:18:38 +0000 (+0000) Subject: Fix docstring to be consistent with parameter name (prefix) X-Git-Tag: v2.2.2b1~250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1320123908ff26b9b5b58ba65e589f3850a33e3c;p=thirdparty%2FPython%2Fcpython.git Fix docstring to be consistent with parameter name (prefix) --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 8826c76ba3d0..38754e59decc 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -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 *