1
0
Fork 0
forked from github/pelican
"current" only has two "r"s
This commit is contained in:
MinchinWeb 2021-06-15 22:41:38 -06:00
commit 2cafe926fa

View file

@ -206,7 +206,7 @@ class Generator:
self.context['static_links'] |= content.get_static_links()
def _update_context(self, items):
"""Update the context with the given items from the currrent
"""Update the context with the given items from the current
processor.
"""
for item in items: