mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
typo fix
"current" only has two "r"s
This commit is contained in:
parent
e800b23b4d
commit
2cafe926fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue