##// END OF EJS Templates
Fix RST misformatting.
Jason Grout -
Show More
@@ -354,7 +354,7 b' class InputSplitter(object):'
354 354 is_complete : boolean
355 355 True if the current input source (the result of the current input
356 356 plus prior inputs) forms a complete Python execution block. Note that
357 this value is also stored as a private attribute (_is_complete), so it
357 this value is also stored as a private attribute (``_is_complete``), so it
358 358 can be queried at any time.
359 359 """
360 360 if self.input_mode == 'cell':
General Comments 0
You need to be logged in to leave comments. Login now