Skip to content

Commit 5f4d1ae

Browse files
ltfschoennorvig
authored andcommitted
Update intro.ipynb fixing single minor typo (aimacode#470)
1 parent ac0af32 commit 5f4d1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"source": [
7272
"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",
7373
"\n",
74-
"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\"):"
74+
"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\"):"
7575
]
7676
},
7777
{

0 commit comments

Comments
 (0)