From 8e952f0af678322a2cb044e105e21122bd0a7ac9 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 3 Aug 2013 19:26:41 -0700 Subject: [PATCH] Wrap lines to 78 char. --- docs/scenarios/cli.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index 2416125..546eae0 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -11,4 +11,6 @@ Clint docopt ------ -`docopt `_ is a lightweight, highly Pythonic package that allows creating command line interfaces easily and intuitively, by parsing POSIX-style usage instructions. +`docopt `_ is a lightweight, highly Pythonic package that +allows creating command line interfaces easily and intuitively, by parsing +POSIX-style usage instructions. \ No newline at end of file