From 6d87de620ff7406d0f97a2ee3b4aae4ec3c3384b 2012-06-20 20:15:24 From: Jason Grout Date: 2012-06-20 20:15:24 Subject: [PATCH] Fix RST misformatting. --- diff --git a/IPython/core/inputsplitter.py b/IPython/core/inputsplitter.py index e718c36..f00cff0 100644 --- a/IPython/core/inputsplitter.py +++ b/IPython/core/inputsplitter.py @@ -353,9 +353,9 @@ class InputSplitter(object): ------- is_complete : boolean True if the current input source (the result of the current input - plus prior inputs) forms a complete Python execution block. Note that - this value is also stored as a private attribute (_is_complete), so it - can be queried at any time. + plus prior inputs) forms a complete Python execution block. Note that + this value is also stored as a private attribute (``_is_complete``), so it + can be queried at any time. """ if self.input_mode == 'cell': self.reset()