Skip to content

Commit 82269c7

Browse files
authored
Add missing fullstop . to whatsnew/3.8.rst (GH-126553)
1 parent 25257d6 commit 82269c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ Add option ``--json-lines`` to parse every input line as a separate JSON object.
936936
logging
937937
-------
938938

939-
Added a *force* keyword argument to :func:`logging.basicConfig`
939+
Added a *force* keyword argument to :func:`logging.basicConfig`.
940940
When set to true, any existing handlers attached
941941
to the root logger are removed and closed before carrying out the
942942
configuration specified by the other arguments.

0 commit comments

Comments
 (0)