[3.12] Add missing fullstop . to whatsnew/3.8.rst (GH-126553) (#126673)

Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
(cherry picked from commit 82269c7d58)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-11-11 08:08:37 +01:00 committed by GitHub
parent fb82e10ce4
commit 75d251bb04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -936,7 +936,7 @@ Add option ``--json-lines`` to parse every input line as a separate JSON object.
logging
-------
Added a *force* keyword argument to :func:`logging.basicConfig`
Added a *force* keyword argument to :func:`logging.basicConfig`.
When set to true, any existing handlers attached
to the root logger are removed and closed before carrying out the
configuration specified by the other arguments.