From 20e5aaba6923c2406ac4f8a16d125408b7d5089a Mon Sep 17 00:00:00 2001 From: Stephen DiCato Date: Fri, 9 May 2014 16:36:24 -0400 Subject: [PATCH] Fix a few minor typos. Standardize on "command line", not "command-line". --- docs/scenarios/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index 9f2928a..6a11a85 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -7,7 +7,7 @@ Clint ----- `clint `_ is a python module which is -filled with very useful tools for developing commandline applications. +filled with very useful tools for developing command line applications. It supports features such as; CLI Colors and Indents, Simple and Powerful Column Printer, Iterator based progress bar and Implicit argument handling. @@ -34,7 +34,7 @@ plac is a simple wrapper over the python standard library `argparse