Commit 50d5d4fe authored by Neal Norwitz's avatar Neal Norwitz

Fix docstring to be consistent with parameter name (prefix)

parent 1169011f
......@@ -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 *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment