summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2024-11-11 06:59:23 (GMT)
committerGitHub <noreply@github.com>2024-11-11 06:59:23 (GMT)
commit82269c7d580e1aad71ff11fe891cf7f97eb45703 (patch)
tree8f2a842142bdb4a565a8774d81ee8b6144942162 /Doc
parent25257d61cfccc3b4189f96390a5c4db73fd5302c (diff)
downloadcpython-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.rst2
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.