#22613: minor other fixes in library docs (thanks Jacques Ducasse)

This commit is contained in:
Georg Brandl 2014-10-31 10:25:48 +01:00
parent 2677faecf5
commit 8ed75cd8e9
9 changed files with 35 additions and 30 deletions

View file

@ -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.