From fd5743f8d0e297dd9c04b8ecd3d89db2151eb3e6 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Wed, 6 Nov 2024 12:12:38 +0200 Subject: [PATCH] Update Doc/library/argparse.rst --- Doc/library/argparse.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index e6d94ad8bdbd5f..a2763748305c06 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -197,7 +197,6 @@ consider passing the ``prog`` argument to :meth:`~ArgumentParser.add_subparsers or the ``prog`` and the ``usage`` arguments to :meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and usage information across subparsers. -`` .. _description: