From 6e55eb1a3d3dbc946835d5b11e4df7bf7526b489 Mon Sep 17 00:00:00 2001 From: Kaycee <57104700+KayceeIngram@users.noreply.github.com> Date: Sun, 9 Feb 2020 14:04:56 -0600 Subject: [PATCH] Update cli.rst --- docs/scenarios/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index 1bf810e..59f311e 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -27,7 +27,7 @@ Some popular command-line applications include: Click ***** -`click `_ is a Python package for creating +`click `_ is a Python package for creating command-line interfaces in a composable way with as little code as possible. This “Command-Line Interface Creation Kit” is highly configurable but comes with good defaults out of the box.