Skip to content

Commit a446f9a

Browse files
authored
Spelling fixes (#10)
1 parent 63aa00e commit a446f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python_typing_update/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def async_main(argv: list[str] | None = None) -> int:
6767
parser.add_argument(
6868
'--disable-committed-check',
6969
action='store_true',
70-
help="Don't abort with uncommited changes. Don't use it in production!",
70+
help="Don't abort with uncommitted changes. Don't use it in production!",
7171
)
7272

7373
group_mode = mode_options.add_mutually_exclusive_group()

python_typing_update/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async def async_run(args: argparse.Namespace) -> int:
148148
1: Check did not pass, files would be updated
149149
2: Couldn't update all files
150150
10: At least one file doesn't exist
151-
11: Uncommited changes in '.py' files
151+
11: Uncommitted changes in '.py' files
152152
12: Debug mode
153153
"""
154154
if file_errors := check_files_exist(args.filenames):

0 commit comments

Comments
 (0)