summaryrefslogtreecommitdiff
path: root/markdown/extensions/extra.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/extensions/extra.py')
-rw-r--r--markdown/extensions/extra.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/extra.py b/markdown/extensions/extra.py
index 909ba07..8f73806 100644
--- a/markdown/extensions/extra.py
+++ b/markdown/extensions/extra.py
@@ -46,7 +46,7 @@ class ExtraExtension(Extension):
""" Add various extensions to Markdown class."""
def __init__(self, **kwargs):
- """ config is a dumb holder which gets passed to actual ext later. """
+ """ `config` is a dumb holder which gets passed to the actual extension later. """
self.config = kwargs
def extendMarkdown(self, md):