no-issue: Fix typo in 3.11.0a7.rst (gh-96547)

accross -> across
(cherry picked from commit 6adb89f50a)

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-09-04 07:26:14 -07:00 committed by GitHub
parent 4587154cb9
commit 2ced2c95b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`.