From 5687fc045c3929b34b5d912bc5adcf2a786b1a45 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 19 Mar 2012 01:20:52 +0100 Subject: Typo fix in doc: s/extension-configs/extension_configs/ --- docs/reference.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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') -- cgit v1.2.3