diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2024-11-11 06:59:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 06:59:23 (GMT) |
commit | 82269c7d580e1aad71ff11fe891cf7f97eb45703 (patch) | |
tree | 8f2a842142bdb4a565a8774d81ee8b6144942162 /Doc | |
parent | 25257d61cfccc3b4189f96390a5c4db73fd5302c (diff) | |
download | cpython-82269c7d580e1aad71ff11fe891cf7f97eb45703.zip cpython-82269c7d580e1aad71ff11fe891cf7f97eb45703.tar.gz cpython-82269c7d580e1aad71ff11fe891cf7f97eb45703.tar.bz2 |
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index fc9f49e..bdc4ca5 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -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. |