Skip to content

Commit 18b00a7

Browse files
Use free msgid
1 parent 5c08955 commit 18b00a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"use-standard-scientific-notation",
118118
"Emitted when a number is written in non-standard scientific notation.",
119119
),
120-
"C0330": (
120+
"C0331": (
121121
"Non standard grouping of numeric literals using underscores should be %s",
122122
"esoteric-underscore-grouping",
123123
"Used when numeric literals use underscore separators not in groups of 3 digits.",

0 commit comments

Comments
 (0)