From 8f03d111ceb4ba51f1c9c19408fb25b41a20609f 2013-09-30 18:25:30 From: Martín Gaitán Date: 2013-09-30 18:25:30 Subject: [PATCH] fix docstring --- diff --git a/IPython/core/magics/code.py b/IPython/core/magics/code.py index 2534de4..d23b4d3 100644 --- a/IPython/core/magics/code.py +++ b/IPython/core/magics/code.py @@ -261,7 +261,7 @@ class CodeMagics(Magics): (x..(y-1)). Both limits x and y can be left blank (meaning the beginning and end of the file, respectively). - -s : Specify function or classes to load from python source. Could be + -s : Specify function or classes to load from python source. -y : Don't ask confirmation for loading source above 200 000 characters.