From dc9ca2770bcb3431343942f20dbf10d4cac0d146 Mon Sep 17 00:00:00 2001 From: delphikettle Date: Fri, 10 Mar 2017 22:01:44 +0300 Subject: [PATCH] Corrected misspelling in short_description in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83dd63a9..68517ca0 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ """.strip() short_description = """ -A library for automatically generating commane line interfaces.""".strip() +A library for automatically generating command line interfaces.""".strip() dependencies = [ 'ipython',