From 50d5d4fe31d7f75021b8798d6b0c95362a10f4dd Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 30 Jul 2002 01:17:43 +0000 Subject: [PATCH] Fix docstring to be consistent with parameter name (prefix) --- Modules/posixmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index e5d11789046..6f18da874e0 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -5130,7 +5130,7 @@ posix_statvfs(PyObject *self, PyObject *args) PyDoc_STRVAR(posix_tempnam__doc__, "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\ +The directory and a prefix may be specified as strings; they may be omitted\n\ or None if not needed."); static PyObject *