Fix typo introduced on privios commits.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-05-12 12:32:05 +02:00
parent f9d3a1d987
commit 1099044a1c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def _make_extensions_list(wikilinks_config=None):
StrikethroughExtension(), StrikethroughExtension(),
WikiLinkExtension(wikilinks_config), WikiLinkExtension(wikilinks_config),
"extra", "extra",
"codehilite"]) "codehilite"]
def cache_by_sha(func): def cache_by_sha(func):