1
0
Fork 0
forked from github/pelican

Merge pull request #2892 from MinchinWeb/typo-fix

Fix typo in docstring
This commit is contained in:
Justin Mayer 2021-06-30 08:56:28 +02:00 committed by GitHub
commit ee8fb6998c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: