From e05a703848473b0365886dcc593cbddc46609f29 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 10 Apr 2021 10:55:14 -0700 Subject: bpo-40701: doc typo historcal -> historical (GH-25334) --- Doc/library/tempfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12