From a1f02fdaf29ffcc007474b3937a7e48a54696ab9 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 7 Sep 2022 16:44:22 +1000 Subject: [PATCH] docs: Fix a few typos (#345) There are small typos in: - docs/source/conf.py - tests/generic/models.py Fixes: - Should read `that` rather than `shat`. - Should read `following` rather than `followin`. Signed-off-by: Tim Gates Signed-off-by: Tim Gates --- docs/source/conf.py | 2 +- tests/generic/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 377a0107..2631e667 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -314,7 +314,7 @@ # The format is a list of tuples containing the path and title. # epub_pre_files = [] -# HTML files shat should be inserted after the pages created by sphinx. +# HTML files that should be inserted after the pages created by sphinx. # The format is a list of tuples containing the path and title. # epub_post_files = [] diff --git a/tests/generic/models.py b/tests/generic/models.py index 0fefe025..0811335d 100755 --- a/tests/generic/models.py +++ b/tests/generic/models.py @@ -463,7 +463,7 @@ class NonStandardManager(models.Model): manager = models.Manager() -# The followin models were added after issue 291 +# The following models were added after issue 291 # Since they don't hold much meaning, they are only numbered ones class Issue291Model1(models.Model): pass