Skip to content

Commit 9a978b7

Browse files
committed
change last few python to Python
1 parent dcfd897 commit 9a978b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scenarios/cli.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Command-line Applications
66
Clint
77
-----
88

9-
`clint <https://pypi.python.org/pypi/clint/>`_ is a python module which is
9+
`clint <https://pypi.python.org/pypi/clint/>`_ is a Python module which is
1010
filled with very useful tools for developing command-line applications.
1111
It supports features such as; CLI Colors and Indents, Simple and Powerful
1212
Column Printer, Iterator based progress bar and Implicit argument handling.
@@ -29,8 +29,8 @@ POSIX-style usage instructions.
2929
Plac
3030
------
3131

32-
`Plac <https://pypi.python.org/pypi/plac>`_ is a python module that allows developing command-line applications. In fact
33-
plac is a simple wrapper over the python standard library `argparse <http://docs.python.org/2/library/argparse.html>`_, it hides most of its
32+
`Plac <https://pypi.python.org/pypi/plac>`_ is a Python module that allows developing command-line applications. In fact
33+
plac is a simple wrapper over the Python standard library `argparse <http://docs.python.org/2/library/argparse.html>`_, it hides most of its
3434
complexity by using a declarative interface: the argument parser is inferred
3535
rather than written down by imperatively. It is targetting especially unsophisticated
3636
users, programmers, sys-admins, scientists and in general people writing throw-away

0 commit comments

Comments
 (0)