From d2951853d16e755246d78021ad7134bf0d55385b 2021-07-08 20:07:11 From: Blazej Michalik Date: 2021-07-08 20:07:11 Subject: [PATCH] Docs: fix wrong arg type in `extract_input_lines` --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index bef589d..1846b3c 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -3696,7 +3696,7 @@ class InteractiveShell(SingletonConfigurable): Parameters ---------- - range_str : string + range_str : str The set of slices is given as a string, like "~5/6-~4/2 4:8 9", since this function is for use by magic functions which get their arguments as strings. The number before the / is the session