From: alnoki <43892045+alnoki@users.noreply.github.com> Date: Sun, 5 Feb 2023 09:45:07 +0000 (-0800) Subject: Add missing preposition in argparse docs (#101548) X-Git-Tag: v3.12.0a5~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4a521c2ab84c082ad71e540b045699f0dbbc11;p=thirdparty%2FPython%2Fcpython.git Add missing preposition in argparse docs (#101548) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 475cac70291e..dbaa5d0d9b99 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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',