Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)

This commit is contained in:
Rafael Fontenelle 2024-11-11 03:59:23 -03:00 committed by GitHub
parent 25257d61cf
commit 82269c7d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.