From: Ikko Ashimine Date: Sun, 4 Sep 2022 13:17:26 +0000 (+0900) Subject: no-issue: Fix typo in 3.11.0a7.rst (gh-96547) X-Git-Tag: v3.12.0a1~485 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6adb89f50a0b032e0264cb3cd400a71c0fe6e0f8;p=thirdparty%2FPython%2Fcpython.git no-issue: Fix typo in 3.11.0a7.rst (gh-96547) accross -> across --- diff --git a/Misc/NEWS.d/3.11.0a7.rst b/Misc/NEWS.d/3.11.0a7.rst index 5eaf8ec1f63c..8e7ccd4d6771 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`.