From 31bbac508b53a7d1efcb3273b90e5ada635856dc Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Thu, 17 Oct 2013 22:00:30 +0200 Subject: [PATCH] Update some example notebook with Shift-Tab --- examples/notebooks/Part 1 - Running Code.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/Part 1 - Running Code.ipynb b/examples/notebooks/Part 1 - Running Code.ipynb index 8816996ba..2721f1b02 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 +}