Skip to content

Commit 65d6efa

Browse files
committed
Typo: IPyhton -> IPython
1 parent 92538b8 commit 65d6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IPython Kernel/Beyond Plain Python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"cell_type": "markdown",
612612
"metadata": {},
613613
"source": [
614-
"The IPyhton 'magic' functions are a set of commands, invoked by prepending one or two `%` signs to their name, that live in a namespace separate from your normal Python variables and provide a more command-like interface. They take flags with `--` and arguments without quotes, parentheses or commas. The motivation behind this system is two-fold:\n",
614+
"The IPython 'magic' functions are a set of commands, invoked by prepending one or two `%` signs to their name, that live in a namespace separate from your normal Python variables and provide a more command-like interface. They take flags with `--` and arguments without quotes, parentheses or commas. The motivation behind this system is two-fold:\n",
615615
" \n",
616616
"- To provide an orthogonal namespace for controlling IPython itself and exposing other system-oriented functionality.\n",
617617
"\n",

0 commit comments

Comments
 (0)