From c6ca159932fbbfe8534789d34ec6a83e2ca6b529 2017-06-06 03:17:57 From: Sudarshan Rangarajan Date: 2017-06-06 03:17:57 Subject: [PATCH] Fix typo --- diff --git a/docs/source/development/execution.rst b/docs/source/development/execution.rst index 229190d..20b37e1 100644 --- a/docs/source/development/execution.rst +++ b/docs/source/development/execution.rst @@ -3,7 +3,7 @@ Execution semantics in the IPython kernel ========================================= -The execution of use code consists of the following phases: +The execution of user code consists of the following phases: 1. Fire the ``pre_execute`` event. 2. Fire the ``pre_run_cell`` event unless silent is True.