Typo in comment

This commit is contained in:
Krystian Rosiński 2022-07-17 13:54:19 +02:00 committed by GitHub
parent a712baff03
commit d4415c34a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ def save_file(doc, parsed_args):
def main():
parser = make_arg_parser()
# Everything is in a try-except block that cacthes a RuntimeError that is
# Everything is in a try-except block that catches a RuntimeError that is
# raised if any of the individual functions called cause an error
# themselves, terminating the main function.
parsed_args = get_args(parser)