]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Mon, 11 Nov 2024 06:59:23 +0000 (03:59 -0300)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 06:59:23 +0000 (22:59 -0800)
Doc/whatsnew/3.8.rst

index fc9f49e65af84733e52cd372bc752352c6473ab2..bdc4ca5cab524508e51e9f63e7f84c23af3130b5 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.