cpython: 0f084f150198 (original) (raw)

Mercurial > cpython

changeset 69509:0f084f150198 2.7

#11885: capitalize Python. [#11885]

Ezio Melotti ezio.melotti@gmail.com
date Thu, 21 Apr 2011 15:26:46 +0300
parents 4a1530e9df7f
children 6f27baeecf4c
files Doc/library/argparse.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/library/argparse.rst 4

line wrap: on

line diff

--- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -75,7 +75,7 @@ The first step in using the :mod:argpar[](#l1.3) >>> parser = argparse.ArgumentParser(description='Process some integers.')[](#l1.4) [](#l1.5) The :class:ArgumentParser object will hold all the information necessary to[](#l1.6) -parse the command line into python data types.[](#l1.7) +parse the command line into Python data types.[](#l1.8) [](#l1.9) [](#l1.10) Adding arguments[](#l1.11) @@ -1784,7 +1784,7 @@ A partial upgrade path from optparse to [](#l1.12) :exc:ArgumentError`.