From 86b196811f20abc099aa78a975adbcd28da0b98f Mon Sep 17 00:00:00 2001 From: Michael Simpson Date: Thu, 23 Feb 2012 14:26:05 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a2fa853..c3b00f1 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ I want to quote my console text (like email). :: >>> puts('pretty cool, eh?') not indented text - > indented text + > quoted text > pretty cool, eh? I want to color my console text. ::