]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40701: doc typo historcal -> historical (GH-25334)
authorGregory P. Smith <greg@krypto.org>
Sat, 10 Apr 2021 17:55:14 +0000 (10:55 -0700)
committerGitHub <noreply@github.com>
Sat, 10 Apr 2021 17:55:14 +0000 (10:55 -0700)
Doc/library/tempfile.rst

index f84319180830e14fdf61d00c31da58ce914240fe..2970252036780dae28e0db7c8388363fc265f6c0 100644 (file)
@@ -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: