From 595d00e948c68bba9e26676f19e1685345134830 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 10 Aug 2020 23:26:06 +0200 Subject: [PATCH] add a missing period in command lines options of the json module --- Doc/library/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index b923c8e1670529..e1a246aad6190b 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -745,7 +745,7 @@ Command line options .. cmdoption:: --indent, --tab, --no-indent, --compact - Mutually exclusive options for whitespace control + Mutually exclusive options for whitespace control. .. versionadded:: 3.9