Skip to content

Commit 20e5aab

Browse files
committed
Fix a few minor typos.
Standardize on "command line", not "command-line".
1 parent caeb467 commit 20e5aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Clint
77
-----
88

99
`clint <https://pypi.python.org/pypi/clint/>`_ is a python module which is
10-
filled with very useful tools for developing commandline applications.
10+
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.
1313

@@ -34,7 +34,7 @@ plac is a simple wrapper over the python standard library `argparse <http://docs
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
37-
scripts for themselves, choosing the command-line interface because it is quick
37+
scripts for themselves, choosing the command line interface because it is quick
3838
and simple.
3939

4040
Cliff

0 commit comments

Comments
 (0)