]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) (#126672)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Nov 2024 07:05:15 +0000 (08:05 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 07:05:15 +0000 (07:05 +0000)
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
(cherry picked from commit 82269c7d580e1aad71ff11fe891cf7f97eb45703)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/whatsnew/3.8.rst

index d0e60bc280a2178ef752211d03521322d74fa67d..1ff0c5a6b36a66153438b3c761587cda18db6f6b 100644 (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.