##// END OF EJS Templates
Squash a couple more Sphinx warnings
Thomas Kluyver -
Show More
@@ -310,7 +310,8 b' def list_strings(arg):'
310 """Always return a list of strings, given a string or list of strings
310 """Always return a list of strings, given a string or list of strings
311 as input.
311 as input.
312
312
313 :Examples:
313 Examples
314 --------
314 ::
315 ::
315
316
316 In [7]: list_strings('A single string')
317 In [7]: list_strings('A single string')
@@ -330,7 +331,8 b' def list_strings(arg):'
330 def marquee(txt='',width=78,mark='*'):
331 def marquee(txt='',width=78,mark='*'):
331 """Return the input string centered in a 'marquee'.
332 """Return the input string centered in a 'marquee'.
332
333
333 :Examples:
334 Examples
335 --------
334 ::
336 ::
335
337
336 In [16]: marquee('A test',40)
338 In [16]: marquee('A test',40)
General Comments 0
You need to be logged in to leave comments. Login now