summaryrefslogtreecommitdiffstats
path: root/Doc/library/tempfile.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-31 09:25:48 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-31 09:25:48 (GMT)
commit8ed75cd8e931c075c38246fbd50dd5f18defdba6 (patch)
tree7d7ce1750916737af0a92d0c9b47163abb5cec3f /Doc/library/tempfile.rst
parent2677faecf5c967b1078eb2de94a32d5f722511e4 (diff)
downloadcpython-8ed75cd8e931c075c38246fbd50dd5f18defdba6.zip
cpython-8ed75cd8e931c075c38246fbd50dd5f18defdba6.tar.gz
cpython-8ed75cd8e931c075c38246fbd50dd5f18defdba6.tar.bz2
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Diffstat (limited to 'Doc/library/tempfile.rst')
-rw-r--r--Doc/library/tempfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst
index d78159d..44d025d 100644
--- a/Doc/library/tempfile.rst
+++ b/Doc/library/tempfile.rst
@@ -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.