🎨 nicer grammer in a comment

This commit is contained in:
Pradyun Gedam 2019-11-10 16:57:09 +05:30
parent e3400fda03
commit 85083f008b
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ EXTRA_STUBS_NEEDED = {
"six.moves.__init__",
"six.moves.configparser",
],
# Some projects should not have stubs coz they're single file modules
# Some projects should not have stubs because they're a single module
"appdirs": [],
"contextlib2": [],
} # type: Dict[str, List[str]]