Skip to content

Commit 907d9a7

Browse files
committed
Removed extraneous "by" and unnecessary "especially" from cli.rst
1 parent bece495 commit 907d9a7

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
@@ -50,8 +50,8 @@ Plac
5050
`Plac <https://pypi.python.org/pypi/plac>`_ is a simple wrapper
5151
over the Python standard library `argparse <http://docs.python.org/2/library/argparse.html>`_,
5252
which hides most of its complexity by using a declarative interface: the
53-
argument parser is inferred rather than written down by imperatively. This
54-
module targets especially unsophisticated users, programmers, sysadmins,
53+
argument parser is inferred rather than written down imperatively. This
54+
module targets unsophisticated users, programmers, sysadmins,
5555
scientists, and in general people writing throw-away scripts for themselves,
5656
who choose to create a command-line interface because it is quick and simple.
5757

0 commit comments

Comments
 (0)