aboutsummaryrefslogtreecommitdiffstats
path: root/docs/reference.txt
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2012-03-19 01:20:52 +0100
committerSimon Sapin <simon.sapin@exyr.org>2012-03-19 01:20:52 +0100
commit5687fc045c3929b34b5d912bc5adcf2a786b1a45 (patch)
tree6fec87967a70e9924896a63f2714f6f8a0fb084a /docs/reference.txt
parent371a637d37cac629818cf4d618299ccfcbbbc1d0 (diff)
downloadmarkdown-5687fc045c3929b34b5d912bc5adcf2a786b1a45.tar.gz
markdown-5687fc045c3929b34b5d912bc5adcf2a786b1a45.tar.bz2
markdown-5687fc045c3929b34b5d912bc5adcf2a786b1a45.zip
Typo fix in doc: s/extension-configs/extension_configs/
Diffstat (limited to 'docs/reference.txt')
-rw-r--r--docs/reference.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference.txt b/docs/reference.txt
index b051e92..603200b 100644
--- a/docs/reference.txt
+++ b/docs/reference.txt
@@ -69,12 +69,12 @@ The following options are available on the `markdown.markdown` function:
`extensions=['extra']` will first look for the module
`markdown.extensions.extra`, then a module named `mdx_extra`.
-* __`extension-configs`__{: #extension_configs }: A dictionary of
+* __`extension_configs`__{: #extension_configs }: A dictionary of
configuration settings for extensions.
The dictionary must be of the following format:
- extension-configs = {'extension_name_1':
+ extension_configs = {'extension_name_1':
[
('option_1', 'value_1'),
('option_2', 'value_2')