mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2892 from MinchinWeb/typo-fix
Fix typo in docstring
This commit is contained in:
commit
ee8fb6998c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue