We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789ca88 commit ce75f86Copy full SHA for ce75f86
Lib/json/tool.py
@@ -10,7 +10,7 @@
10
from _colorize import ANSIColors, can_colorize
11
12
13
-# The string we are colorizing is a valid JSON,
+# The string we are colorizing is valid JSON,
14
# so we can use a looser but simpler regex to match
15
# the various parts, most notably strings and numbers,
16
# where the regex given by the spec is much more complex.
0 commit comments