From c1380afeb509b355a4ee81b48119412c482e5f47 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mon, 11 Nov 2024 03:59:23 -0300 Subject: [PATCH] Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) (cherry picked from commit 82269c7d580e1aad71ff11fe891cf7f97eb45703) Co-authored-by: Rafael Fontenelle --- Doc/whatsnew/3.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index d0e60bc280a217..1ff0c5a6b36a66 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.