Skip to content

Commit a1f02fd

Browse files
authored
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 <[email protected]> Signed-off-by: Tim Gates <[email protected]>
1 parent a657de6 commit a1f02fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
# The format is a list of tuples containing the path and title.
315315
# epub_pre_files = []
316316

317-
# HTML files shat should be inserted after the pages created by sphinx.
317+
# HTML files that should be inserted after the pages created by sphinx.
318318
# The format is a list of tuples containing the path and title.
319319
# epub_post_files = []
320320

tests/generic/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ class NonStandardManager(models.Model):
463463
manager = models.Manager()
464464

465465

466-
# The followin models were added after issue 291
466+
# The following models were added after issue 291
467467
# Since they don't hold much meaning, they are only numbered ones
468468
class Issue291Model1(models.Model):
469469
pass

0 commit comments

Comments
 (0)