From: Gregory P. Smith Date: Sat, 10 Apr 2021 17:55:14 +0000 (-0700) Subject: bpo-40701: doc typo historcal -> historical (GH-25334) X-Git-Tag: v3.10.0b1~342 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e05a703848473b0365886dcc593cbddc46609f29;p=thirdparty%2FPython%2Fcpython.git bpo-40701: doc typo historcal -> historical (GH-25334) --- diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index f84319180830..297025203678 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: