diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py index 152950e..2ee2291 100644 --- a/IPython/core/magics/execution.py +++ b/IPython/core/magics/execution.py @@ -507,7 +507,7 @@ python-profiler package from non-free.""") *two* back slashes (e.g. ``\\\\*``) to suppress expansions. To completely disable these expansions, you can use -G flag. - On Windows systems, the use of single quotes `'` when specifing + On Windows systems, the use of single quotes `'` when specifying a file is not supported. Use double quotes `"`. Options: diff --git a/IPython/core/tests/test_inputtransformer2.py b/IPython/core/tests/test_inputtransformer2.py index 9c92c39..da388ab 100644 --- a/IPython/core/tests/test_inputtransformer2.py +++ b/IPython/core/tests/test_inputtransformer2.py @@ -225,7 +225,7 @@ def test_transform_help(): def test_find_assign_op_dedent(): """ - be carefull that empty token like dedent are not counted as parens + be careful that empty token like dedent are not counted as parens """ class Tk: def __init__(self, s):