]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix style in argparse.rst (#101733)
authorMarcin Wieczorek <marcin@marcin.co>
Wed, 8 Mar 2023 07:25:28 +0000 (08:25 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 07:25:28 +0000 (23:25 -0800)
Doc/library/argparse.rst

index 34b4c61649b99f422346e5a9a1643e2bf70ac652..ee68ac58d3de753ebcaa3f339bc54b373933f992 100644 (file)
@@ -34,9 +34,9 @@ around an instance of :class:`argparse.ArgumentParser`.  It is a container for
 argument specifications and has options that apply to the parser as whole::
 
    parser = argparse.ArgumentParser(
-                       prog = 'ProgramName',
-                       description = 'What the program does',
-                       epilog = 'Text at the bottom of help')
+                       prog='ProgramName',
+                       description='What the program does',
+                       epilog='Text at the bottom of help')
 
 The :meth:`ArgumentParser.add_argument` method attaches individual argument
 specifications to the parser.  It supports positional arguments, options that