Add missing preposition in argparse docs (#101548)

This commit is contained in:
alnoki 2023-02-05 01:45:07 -08:00 committed by GitHub
parent ddd619cffa
commit 6e4a521c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Core Functionality
The :mod:`argparse` module's support for command-line interfaces is built
around an instance of :class:`argparse.ArgumentParser`. It is a container for
argument specifications and has options that apply the parser as whole::
argument specifications and has options that apply to the parser as whole::
parser = argparse.ArgumentParser(
prog = 'ProgramName',