From ee0d62da7109289545dbcfef470f4f5a2743774f Mon Sep 17 00:00:00 2001 From: Ivan Cai Date: Sat, 21 Jan 2017 13:42:36 +0800 Subject: [PATCH] Remove duplication in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6a9812d..e5168cd 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Crayons: Text UI colors for Python. =================================== This module is really simple, it gives you colored strings for terminal -usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``magenta``, ``cyan``, ``white``, ``clean``, and ``disable``. +usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``cyan``, ``white``, ``clean``, and ``disable``. Features --------