From 2480289062e43af2938e99f27e53632853774068 2014-11-22 20:32:01 From: Pascal Bugnion Date: 2014-11-22 20:32:01 Subject: [PATCH] Fixed error in comments of test for inputtransformer. The second-to-last commit incorrectly referenced issue 6674 in a comment to a unit test. --- diff --git a/IPython/core/tests/test_inputtransformer.py b/IPython/core/tests/test_inputtransformer.py index 4f11e22..4f04032 100644 --- a/IPython/core/tests/test_inputtransformer.py +++ b/IPython/core/tests/test_inputtransformer.py @@ -229,7 +229,7 @@ syntax_ml = \ (' ...: ', ''), ], [('In [24]: for i in range(10):','for i in range(10):'), - # Sometimes whitespace preceding '...' has been removed (issue #6674) + # Sometimes whitespace preceding '...' has been removed ('...: print i',' print i'), ('...: ', ''), ],