From 5100e7d87242bb583226f5eaad02d1bd53c6a158 Mon Sep 17 00:00:00 2001 From: David Wyde Date: Tue, 2 Apr 2013 17:46:50 -0500 Subject: [PATCH] Fix an incorrect comment. --- IPython/frontend/html/notebook/static/js/notebook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index cd9e2b9f5e7..52c50cd43d8 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