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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58df679b5e25f365a5cc946164343839bba82db0;p=thirdparty%2FPython%2Fcpython.git Add missing target. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 7a5655437f45..c0ed140e066f 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 -----------------------