From 6cac8237ccfe3f91f5a4f40300c085a83eb18adc Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 24 Jul 2022 07:55:18 +1000 Subject: docs: Fix a few typos There are small typos in: - docs/tips.rst - pelican/tests/__init__.py Fixes: - Should read `module` rather than `modulole`. - Should read `console` rather than `cosole`. Signed-off-by: Tim Gates --- docs/tips.rst | 2 +- pelican/tests/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tips.rst b/docs/tips.rst index 78013227..8b9dda15 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -30,7 +30,7 @@ For Apache:: ErrorDocument 404 /404.html For Amazon S3, first navigate to the ``Static Site Hosting`` menu in the bucket -settings on your AWS cosole. From there:: +settings on your AWS console. From there:: Error Document: 404.html diff --git a/pelican/tests/__init__.py b/pelican/tests/__init__.py index 4605a02b..564e417c 100644 --- a/pelican/tests/__init__.py +++ b/pelican/tests/__init__.py @@ -3,7 +3,7 @@ import warnings from pelican.log import log_warnings -# redirect warnings modulole to use logging instead +# redirect warnings module to use logging instead log_warnings() # setup warnings to log DeprecationWarning's and error on -- cgit v1.2.1