diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-03-03 18:08:17 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-03-03 18:08:17 -0500 |
commit | 20911bfd67183aa59889e8fbf1635a54016cd171 (patch) | |
tree | 52e420e5b794cd6abe65640ac2073552e1ce6309 | |
parent | 9e4f78955fec355b25485604dba48a37a137e4aa (diff) | |
parent | 26b809b9e08255a8f2b19b7057efbb62b0fc1dfa (diff) | |
download | markdown-20911bfd67183aa59889e8fbf1635a54016cd171.tar.gz markdown-20911bfd67183aa59889e8fbf1635a54016cd171.tar.bz2 markdown-20911bfd67183aa59889e8fbf1635a54016cd171.zip |
Merge pull request #293 from martinmaillard/fix-reference-typo
Fix typo in reference.txt
-rw-r--r-- | docs/reference.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.txt b/docs/reference.txt index 20e9eeb..b627c46 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -87,7 +87,7 @@ The following options are available on the `markdown.markdown` function: named `mdx_extra` ('mdx_' will be appended to the beginning of the string) at the root of your PYTHONPATH. - When loading an extension by name (as a sting), you may either pass in + When loading an extension by name (as a string), you may either pass in configuration settings to the extension using the [extension_configs](#extension_configs) keyword or by appending the settings to the name in the following format: |