diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index cd9e2b9..52c50cd 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -1381,7 +1381,7 @@ var IPython = (function (IPython) { /** * Run the selected cell. * - * This executes code cells, and skips all others. + * Execute or render cell outputs. * * @method execute_selected_cell * @param {Object} options Customize post-execution behavior