From 863a8ca470cde7ea41e80c1a41abea1dc2747cdf 2013-10-23 13:54:21 From: Matthias BUSSONNIER Date: 2013-10-23 13:54:21 Subject: [PATCH] Update some example notebook with Shift-Tab --- diff --git a/examples/notebooks/Part 1 - Running Code.ipynb b/examples/notebooks/Part 1 - Running Code.ipynb index 8816996..2721f1b 100644 --- a/examples/notebooks/Part 1 - Running Code.ipynb +++ b/examples/notebooks/Part 1 - Running Code.ipynb @@ -234,7 +234,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Tab completion after `(` brings up a tooltip with the docstring:" + "Shift-Tab on selection, or after `(` brings up a tooltip with the docstring:" ] }, { @@ -436,4 +436,4 @@ "metadata": {} } ] -} \ No newline at end of file +}