We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd619c commit 6e4a521Copy full SHA for 6e4a521
Doc/library/argparse.rst
@@ -31,7 +31,7 @@ Core Functionality
31
32
The :mod:`argparse` module's support for command-line interfaces is built
33
around an instance of :class:`argparse.ArgumentParser`. It is a container for
34
-argument specifications and has options that apply the parser as whole::
+argument specifications and has options that apply to the parser as whole::
35
36
parser = argparse.ArgumentParser(
37
prog = 'ProgramName',
0 commit comments