Skip to content

Commit ce75f86

Browse files
Fix typo
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 789ca88 commit ce75f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/json/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from _colorize import ANSIColors, can_colorize
1111

1212

13-
# The string we are colorizing is a valid JSON,
13+
# The string we are colorizing is valid JSON,
1414
# so we can use a looser but simpler regex to match
1515
# the various parts, most notably strings and numbers,
1616
# where the regex given by the spec is much more complex.

0 commit comments

Comments
 (0)