From: Georg Brandl Date: Sat, 3 Jul 2010 10:25:47 +0000 (+0000) Subject: Add missing target. X-Git-Tag: v2.7~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58df679b5e25f365a5cc946164343839bba82db0;p=python Add missing target. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 7a5655437f..c0ed140e06 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -1694,6 +1694,8 @@ Customizing file parsing yield arg +.. _argparse-from-optparse: + Upgrading optparse code -----------------------