From 258680df762dbaab429a244b9168620b88f59afb 2008-08-13 06:05:45 From: Fernando Perez Date: 2008-08-13 06:05:45 Subject: [PATCH] Merge with upstream --- diff --git a/IPython/Extensions/astyle.py b/IPython/Extensions/astyle.py index 782a33c..9821d58 100644 --- a/IPython/Extensions/astyle.py +++ b/IPython/Extensions/astyle.py @@ -61,9 +61,11 @@ class Style(object): ``bg`` as the background color and ``attrs`` as the attributes. Examples: + >>> Style(COLOR_RED, COLOR_BLACK) +