From afd33ea910e050e70fda9eaca0cde7c89fe03e8e Mon Sep 17 00:00:00 2001 From: Rennylex <46737781+Rennylex@users.noreply.github.com> Date: Sun, 10 Apr 2022 09:27:46 +0800 Subject: [PATCH] Typo fixing Fixing a typo on the page of Writing a Model --- docs/tutorials/models/slr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/models/slr.rst b/docs/tutorials/models/slr.rst index eac0c61748..22576fefe2 100644 --- a/docs/tutorials/models/slr.rst +++ b/docs/tutorials/models/slr.rst @@ -19,7 +19,7 @@ Imports We're going to need a few modules from the standard library, let's import them. -- ``pathlib`` will be used to define the directory were saved model state should +- ``pathlib`` will be used to define the directory where saved model state should be stored. - ``statistics`` will be used to help us calculate the average (mean) of our