diff options
-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)'] ... ) |