]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Fix typo in 3.11.0a7.rst (gh-96547)
authorIkko Ashimine <eltociear@gmail.com>
Sun, 4 Sep 2022 13:17:26 +0000 (22:17 +0900)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 13:17:26 +0000 (22:17 +0900)
accross -> across

Misc/NEWS.d/3.11.0a7.rst

index 5eaf8ec1f63c033bdffe15bdc99baa51d91b6c5b..8e7ccd4d6771ee891cbefc78c998e72d8c98b570 100644 (file)
@@ -1099,7 +1099,7 @@ wrong.
 .. section: Library
 
 Fix handling of the ``stacklevel`` argument to logging functions in the
-:mod:`logging` module so that it is consistent accross all logging functions
+:mod:`logging` module so that it is consistent across all logging functions
 and, as advertised, similar to the ``stacklevel`` argument used in
 :meth:`~warnings.warn`.