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 13b4282 commit ce4ad43Copy full SHA for ce4ad43
README.md
@@ -1,6 +1,6 @@
1
-# CommentSpellChecking
+# CommentSpellCheck
2
3
-
+
4
5
6
A script that automatically spell checks the comments of a code base.
comment_spell_check.py
@@ -17,7 +17,7 @@
17
from importlib.metadata import version, PackageNotFoundError
18
19
try:
20
- __version__ = version("CommentSpellChecking")
+ __version__ = version("CommentSpellCheck")
21
except PackageNotFoundError:
22
# package is not installed
23
pass
0 commit comments