From 62ead75618e5ae628a50b97579267a56bc4459cd 2011-02-15 19:12:44 From: vankayala sowjanya Date: 2011-02-15 19:12:44 Subject: [PATCH] Wrote example for 'colors' command Work done as a team by: -- V Sowjanya -- N Rajender Reddy -- R Srikanth --- diff --git a/IPython/core/magic.py b/IPython/core/magic.py index 571ce00..e14ae49 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -2374,7 +2374,14 @@ Currently the magic system has the following functions:\n""" Currently implemented schemes: NoColor, Linux, LightBG. - Color scheme names are not case-sensitive.""" + Color scheme names are not case-sensitive. + + Examples + -------- + To get a plain black and white terminal:: + + %colors nocolor + """ def color_switch_err(name): warn('Error changing %s color schemes.\n%s' %