From bb687e6bfaf6b3107fbcaaacc77c2467d1d2c5a3 2008-08-13 20:22:30 From: Fernando Perez Date: 2008-08-13 20:22:30 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) +