From fea958f6d29fb1a1cd4961228c1696dedcf1b93a 2006-12-13 16:58:20 From: vivainio Date: 2006-12-13 16:58:20 Subject: [PATCH] whitespace cleanup --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 953b772..4e13d6d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -17,12 +17,13 @@ import_some on empty list (it was an old bug!). * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc: - Add deprecation note to ipythonrc and a url to wiki - in ipy_user_conf.py - - * Magic.py (%run): %run myscript.ipy now runs myscript.ipy - as if it was typed on IPython command prompt, i.e. - as IPython script. + Add deprecation note to ipythonrc and a url to wiki + in ipy_user_conf.py + + + * Magic.py (%run): %run myscript.ipy now runs myscript.ipy + as if it was typed on IPython command prompt, i.e. + as IPython script. * example-magic.py, magic_grepl.py: remove outdated examples