diff --git a/IPython/lib/pretty.py b/IPython/lib/pretty.py index 8bceab8..8591461 100644 --- a/IPython/lib/pretty.py +++ b/IPython/lib/pretty.py @@ -63,7 +63,7 @@ line (if the items are short enough) or aligned with the right edge of the opening bracket of `MyList`. If you just want to indent something you can use the group function -without open / close parameters. Yu can also use this code:: +without open / close parameters. You can also use this code:: with p.indent(2): ...