From 1cf66263c96b85749216150d72bf644d6349ed2d 2022-02-25 10:00:28 From: Matthias Bussonnier Date: 2022-02-25 10:00:28 Subject: [PATCH] doc parssing issue --- diff --git a/IPython/utils/text.py b/IPython/utils/text.py index a1754d2..ef75f93 100644 --- a/IPython/utils/text.py +++ b/IPython/utils/text.py @@ -471,7 +471,7 @@ def strip_ansi(source): class EvalFormatter(Formatter): """A String Formatter that allows evaluation of simple expressions. - Note that this version interprets a : as specifying a format string (as per + Note that this version interprets a `:` as specifying a format string (as per standard string formatting), so if slicing is required, you must explicitly create a slice.