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

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:05:15 +01:00 committed by GitHub
parent 47748758e7
commit 90cf1af325
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.