From 34454409b1c5612b3eb5504a8dc889dff9ab847e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 8 Mar 2020 19:37:27 +1100 Subject: [PATCH] docs: Fix simple typo, shat -> that There is a small typo in docs/conf.py. Should read `that` rather than `shat`. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2dd7aaf..20239de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -245,7 +245,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 = [] @@ -256,4 +256,4 @@ #epub_tocdepth = 3 # Allow duplicate toc entries. -#epub_tocdup = True \ No newline at end of file +#epub_tocdup = True