Skip to content

Commit

Permalink
docs: Fix a few typos (#345)
Browse files Browse the repository at this point in the history
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 <tim.gates@iress.com>

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Sep 7, 2022
1 parent a657de6 commit a1f02fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -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 = []

Expand Down
2 changes: 1 addition & 1 deletion tests/generic/models.py
Expand Up @@ -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
Expand Down

0 comments on commit a1f02fd

Please sign in to comment.