]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing preposition in argparse docs (#101548)
authoralnoki <43892045+alnoki@users.noreply.github.com>
Sun, 5 Feb 2023 09:45:07 +0000 (01:45 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2023 09:45:07 +0000 (15:15 +0530)
Doc/library/argparse.rst

index 475cac70291e9a399cff90aa5ca3386236d67c54..dbaa5d0d9b995b920e38857d83e2664ba908b24d 100644 (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',