Skip to content

Commit 9706862

Browse files
hold on a minute, this needs an s
1 parent 26e221d commit 9706862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def add_argument_group(
444444
if title not in [
445445
"positional arguments",
446446
"options",
447-
"optional argument", # name in python 3.9
447+
"optional arguments", # name in python 3.9
448448
]: # These are built-in names, ignore them.
449449
if not title[0].isupper():
450450
raise ValueError(

0 commit comments

Comments
 (0)