From 5b9cee89e038fd28cadeb5065fc5d4aad699cbd7 2015-07-23 10:06:06 From: Frazer McLean Date: 2015-07-23 10:06:06 Subject: [PATCH] Fix minor documentation typo --- 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): ...