fix: fixed some typo (#1373)

This commit is contained in:
Zhizhen He
2023-03-26 06:01:46 +08:00
committed by GitHub
parent d70b424211
commit 001f787e41
6 changed files with 14 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ import platform
class UsageException (Exception):
"""
Raised when the progam detects a usage issue; the top-level code catches this
Raised when the program detects a usage issue; the top-level code catches this
and prints a usage message.
"""
pass