mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
This commit is contained in:
parent
2677faecf5
commit
8ed75cd8e9
9 changed files with 35 additions and 30 deletions
|
@ -192,7 +192,7 @@ The module defines the following user-callable items:
|
|||
>>> os.path.exists(f.name)
|
||||
False
|
||||
|
||||
The module uses two global variables that tell it how to construct a
|
||||
The module uses a global variable that tell it how to construct a
|
||||
temporary name. They are initialized at the first call to any of the
|
||||
functions above. The caller may change them, but this is discouraged; use
|
||||
the appropriate function arguments, instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue