From d6f28f33c3620552d3edfa8c69b2c7344a7930fe Mon Sep 17 00:00:00 2001 From: Parul Pandey Date: Sat, 25 Jul 2020 16:06:24 +0530 Subject: [PATCH] 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 --- app_jupyter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_jupyter.ipynb b/app_jupyter.ipynb index 71bc976..1f8b3c5 100644 --- a/app_jupyter.ipynb +++ b/app_jupyter.ipynb @@ -491,7 +491,7 @@ "\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", - "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", "``` python\n", "%matplotlib inline\n",