We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bece495 commit 907d9a7Copy full SHA for 907d9a7
docs/scenarios/cli.rst
@@ -50,8 +50,8 @@ Plac
50
`Plac <https://pypi.python.org/pypi/plac>`_ is a simple wrapper
51
over the Python standard library `argparse <http://docs.python.org/2/library/argparse.html>`_,
52
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,
+argument parser is inferred rather than written down imperatively. This
+module targets unsophisticated users, programmers, sysadmins,
55
scientists, and in general people writing throw-away scripts for themselves,
56
who choose to create a command-line interface because it is quick and simple.
57
0 commit comments