1
0
Fork 0
forked from github/pelican

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 <tim.gates@iress.com>
This commit is contained in:
Tim Gates 2022-07-24 07:55:18 +10:00
commit 6cac8237cc
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05
2 changed files with 2 additions and 2 deletions

View file

@ -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