From e8eb9ded10807d4fe15436c680f4e99d41aee2f4 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 4 Sep 2022 11:39:19 +0900 Subject: [PATCH] Fix typo in 3.11.0a7.rst accross -> across --- Misc/NEWS.d/3.11.0a7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.11.0a7.rst b/Misc/NEWS.d/3.11.0a7.rst index 5eaf8ec1f63c03..8e7ccd4d6771ee 100644 --- a/Misc/NEWS.d/3.11.0a7.rst +++ b/Misc/NEWS.d/3.11.0a7.rst @@ -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`.