diff --git a/IPython/utils/text.py b/IPython/utils/text.py index 35b2e30..3c7a5a1 100644 --- a/IPython/utils/text.py +++ b/IPython/utils/text.py @@ -310,7 +310,8 @@ def list_strings(arg): """Always return a list of strings, given a string or list of strings as input. - :Examples: + Examples + -------- :: In [7]: list_strings('A single string') @@ -330,7 +331,8 @@ def list_strings(arg): def marquee(txt='',width=78,mark='*'): """Return the input string centered in a 'marquee'. - :Examples: + Examples + -------- :: In [16]: marquee('A test',40)