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:
parent
84dfbcf3dc
commit
6cac8237cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue