Skip to content

Commit 44b7f76

Browse files
committed
Removed "prog" argparse variable
1 parent 691a0a3 commit 44b7f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comment_spell_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def parse_args():
361361
)
362362

363363
parser.add_argument(
364-
"--version", action="version", version=f"%(prog)s {__version__}"
364+
"--version", action="version", version=f"{__version__}"
365365
)
366366

367367
args = parser.parse_args()

0 commit comments

Comments
 (0)