From 955ddb5a31689cb7c8a9575edb37c3b224b49df8 2021-07-08 20:47:17 From: Blazej Michalik Date: 2021-07-08 20:47:17 Subject: [PATCH] Fix issue with pycat docs build --- diff --git a/IPython/core/magics/osm.py b/IPython/core/magics/osm.py index a904793..e8d1cbd 100644 --- a/IPython/core/magics/osm.py +++ b/IPython/core/magics/osm.py @@ -806,10 +806,10 @@ class OSMagics(Magics): to be Python source and will show it with syntax highlighting. This magic command can either take a local filename, an url, - an history range (see %history) or a macro as argument :: + an history range (see %history) or a macro as argument. If no parameter is given, prints out history of current session up to - this point. + this point. :: %pycat myscript.py %pycat 7-27