From f06e164fc6737163e588befc23e4dffe8db64fca Mon Sep 17 00:00:00 2001 From: Bahattin Cinic Date: Fri, 2 Jan 2015 23:57:17 +0200 Subject: [PATCH] Typo in readme example ref #115 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bddda80..bb2064c 100644 --- a/README.rst +++ b/README.rst @@ -74,7 +74,7 @@ I want to quote my console text (like email). :: I want to color my console text. :: - >>> from clint.textui import colored + >>> from clint.textui import colored, puts >>> puts(colored.red('red text')) red text