aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-06-20 06:26:50 -0700
committerWaylan Limberg <waylan@gmail.com>2011-06-20 06:26:50 -0700
commit25e3616e38aba4cd03bbc795169356255a09235e (patch)
treea4ff98fac5c09ef4cf8c9bb7dddb11875013a82b /docs
parent266590e36316dbbb73466c0326325d1355f2e75e (diff)
downloadmarkdown-25e3616e38aba4cd03bbc795169356255a09235e.tar.gz
markdown-25e3616e38aba4cd03bbc795169356255a09235e.tar.bz2
markdown-25e3616e38aba4cd03bbc795169356255a09235e.zip
Minor Doc update. Fixed a typo in previous commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/extensions/CodeHilite.txt2
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)']
... )