Skip to content

Commit 7ba4b3a

Browse files
committed
typo
1 parent 9bb9a29 commit 7ba4b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter00_basic_python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"import matplotlib.pyplot as plt # contains all plotting functions\n",
3434
"import numpy as np # contains all basic numerical operations\n",
3535
"\n",
36-
"# The \"inline\" option allows figures to be display inside this notebook, instead of in a standalone window\n",
36+
"# The \"inline\" option allows figures to be displayed inside this notebook, instead of in a standalone window\n",
3737
"%matplotlib inline"
3838
]
3939
},

0 commit comments

Comments
 (0)