summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2021-04-10 17:55:14 (GMT)
committerGitHub <noreply@github.com>2021-04-10 17:55:14 (GMT)
commite05a703848473b0365886dcc593cbddc46609f29 (patch)
tree446530403f1437efad12ebf315de3cf89fb7fecf
parentea9b2d631902238acf69e51af6e3d308567b5dfd (diff)
downloadcpython-e05a703848473b0365886dcc593cbddc46609f29.zip
cpython-e05a703848473b0365886dcc593cbddc46609f29.tar.gz
cpython-e05a703848473b0365886dcc593cbddc46609f29.tar.bz2
bpo-40701: doc typo historcal -> historical (GH-25334)
-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 f843191..2970252 100644
--- a/Doc/library/tempfile.rst
+++ b/Doc/library/tempfile.rst
@@ -305,7 +305,7 @@ not surprise other unsuspecting code by changing global API behavior.
explicit ``prefix``, ``suffix``, or ``dir`` arguments of type
str are supplied. Please do not write code expecting or
depending on this. This awkward behavior is maintained for
- compatibility with the historcal implementation.
+ compatibility with the historical implementation.
.. _tempfile-examples: