diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-06-20 06:26:50 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-06-20 06:26:50 -0700 |
commit | 25e3616e38aba4cd03bbc795169356255a09235e (patch) | |
tree | a4ff98fac5c09ef4cf8c9bb7dddb11875013a82b /docs/extensions | |
parent | 266590e36316dbbb73466c0326325d1355f2e75e (diff) | |
download | markdown-25e3616e38aba4cd03bbc795169356255a09235e.tar.gz markdown-25e3616e38aba4cd03bbc795169356255a09235e.tar.bz2 markdown-25e3616e38aba4cd03bbc795169356255a09235e.zip |
Minor Doc update. Fixed a typo in previous commit.
Diffstat (limited to 'docs/extensions')
-rw-r--r-- | docs/extensions/CodeHilite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/CodeHilite.txt b/docs/extensions/CodeHilite.txt index 68288c8..74282f6 100644 --- a/docs/extensions/CodeHilite.txt +++ b/docs/extensions/CodeHilite.txt @@ -116,5 +116,5 @@ If you want to prevent Pygments from guessing the language, only highlighting blocks when you explicitly request it, set the `guess_lang` setting to 'False'. >>> html = markdown.markdown(text, - ... ['codehilite(guess_lang=True)'] + ... ['codehilite(guess_lang=False)'] ... ) |