cpython: fb6affc7b973 (original) (raw)

Mercurial > cpython

changeset 69510:fb6affc7b973 3.2

#11885: capitalize Python. [#11885]

Ezio Melotti ezio.melotti@gmail.com
date Thu, 21 Apr 2011 15:26:46 +0300
parents 05a7d3048c49
children 9fece8c3a1a9 498f8b79a93f
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 @@ -79,7 +79,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) @@ -1797,7 +1797,7 @@ A partial upgrade path from optparse to [](#l1.12) :exc:ArgumentError`.