From a6818dc68582d81d7f13a86c6f19ba8329217c29 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Sun, 2 Apr 2017 12:59:35 +1000 Subject: [PATCH] Update intro.ipynb fixing single minor typo --- intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.ipynb b/intro.ipynb index dec3a2c12..27d4fe99f 100644 --- a/intro.ipynb +++ b/intro.ipynb @@ -71,7 +71,7 @@ "source": [ "From there, the notebook alternates explanations with examples of use. You can run the examples as they are, and you can modify the code cells (or add new cells) and run your own examples. If you have some really good examples to add, you can make a github pull request.\n", "\n", - "If you want to see the source code of a function, you can open a browser or editor and see it in another window, or from within the notebook you can use the IPython magic funtion `%psource` (for \"print source\"):" + "If you want to see the source code of a function, you can open a browser or editor and see it in another window, or from within the notebook you can use the IPython magic function `%psource` (for \"print source\"):" ] }, {