mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3020 from timgates42/bugfix_typos
This commit is contained in:
commit
062144a875
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ For Apache::
|
||||||
ErrorDocument 404 /404.html
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
For Amazon S3, first navigate to the ``Static Site Hosting`` menu in the bucket
|
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
|
Error Document: 404.html
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import warnings
|
||||||
|
|
||||||
from pelican.log import log_warnings
|
from pelican.log import log_warnings
|
||||||
|
|
||||||
# redirect warnings modulole to use logging instead
|
# redirect warnings module to use logging instead
|
||||||
log_warnings()
|
log_warnings()
|
||||||
|
|
||||||
# setup warnings to log DeprecationWarning's and error on
|
# setup warnings to log DeprecationWarning's and error on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue