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) +