##// END OF EJS Templates
doc parssing issue
Matthias Bussonnier -
Show More
@@ -471,7 +471,7 b' def strip_ansi(source):'
471 class EvalFormatter(Formatter):
471 class EvalFormatter(Formatter):
472 """A String Formatter that allows evaluation of simple expressions.
472 """A String Formatter that allows evaluation of simple expressions.
473
473
474 Note that this version interprets a : as specifying a format string (as per
474 Note that this version interprets a `:` as specifying a format string (as per
475 standard string formatting), so if slicing is required, you must explicitly
475 standard string formatting), so if slicing is required, you must explicitly
476 create a slice.
476 create a slice.
477
477
General Comments 0
You need to be logged in to leave comments. Login now