mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-06 19:00:43 +00:00
Minor typo fix
Corrected the spelling of beginning in the given line: This command is always called together at the `beggining` of every notebook of the fast.ai course
This commit is contained in:
parent
62ac21d085
commit
d6f28f33c3
@ -491,7 +491,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"- `%matplotlib inline`:: Ensures that all matplotlib plots will be plotted in the output cell within the notebook and will be kept in the notebook when saved.\n",
|
"- `%matplotlib inline`:: Ensures that all matplotlib plots will be plotted in the output cell within the notebook and will be kept in the notebook when saved.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This command is always called together at the beggining of every notebook of the fast.ai course.\n",
|
"This command is always called together at the beginning of every notebook of the fast.ai course.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"``` python\n",
|
"``` python\n",
|
||||||
"%matplotlib inline\n",
|
"%matplotlib inline\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user