Fix an incorrect comment.

This commit is contained in:
David Wyde 2013-04-02 17:46:50 -05:00
parent 904be21a9f
commit 72c94c4f1c

View File

@ -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