##// END OF EJS Templates
Fix typo
Sudarshan Rangarajan -
Show More
@@ -3,7 +3,7 b''
3 Execution semantics in the IPython kernel
3 Execution semantics in the IPython kernel
4 =========================================
4 =========================================
5
5
6 The execution of use code consists of the following phases:
6 The execution of user code consists of the following phases:
7
7
8 1. Fire the ``pre_execute`` event.
8 1. Fire the ``pre_execute`` event.
9 2. Fire the ``pre_run_cell`` event unless silent is True.
9 2. Fire the ``pre_run_cell`` event unless silent is True.
General Comments 0
You need to be logged in to leave comments. Login now