mirror of
https://github.com/python/cpython.git
synced 2025-11-15 08:01:29 +00:00
Fix docstring to be consistent with parameter name (prefix)
This commit is contained in:
parent
1169011f6f
commit
50d5d4fe31
1 changed files with 1 additions and 1 deletions
|
|
@ -5130,7 +5130,7 @@ posix_statvfs(PyObject *self, PyObject *args)
|
||||||
PyDoc_STRVAR(posix_tempnam__doc__,
|
PyDoc_STRVAR(posix_tempnam__doc__,
|
||||||
"tempnam([dir[, prefix]]) -> string\n\n\
|
"tempnam([dir[, prefix]]) -> string\n\n\
|
||||||
Return a unique name for a temporary file.\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.");
|
or None if not needed.");
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue