Show More
@@ -471,7 +471,7 b' def strip_ansi(source):' | |||
|
471 | 471 | class EvalFormatter(Formatter): |
|
472 | 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 | 475 | standard string formatting), so if slicing is required, you must explicitly |
|
476 | 476 | create a slice. |
|
477 | 477 |
General Comments 0
You need to be logged in to leave comments.
Login now