"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() self.context['static_links'] |= content.get_static_links()
def _update_context(self, items): 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. processor.
""" """
for item in items: for item in items: