diff options
author | EricFromCanada <eric3knibbe@gmail.com> | 2014-11-14 09:51:30 -0500 |
---|---|---|
committer | EricFromCanada <eric3knibbe@gmail.com> | 2014-11-14 09:51:30 -0500 |
commit | d92befa4604a46a99eac39b276ad14d161282de9 (patch) | |
tree | 019b162a2499164625732c2485e283422208b19c /doc/docs/unicode.rst | |
parent | 20d09551620be3469e1ca7c02c8f3d18760f47a2 (diff) | |
download | pygments-d92befa4604a46a99eac39b276ad14d161282de9.tar.gz |
spelling/grammar/syntax fixes for docs
Diffstat (limited to 'doc/docs/unicode.rst')
-rw-r--r-- | doc/docs/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/unicode.rst b/doc/docs/unicode.rst index 7291a3b2..17853a36 100644 --- a/doc/docs/unicode.rst +++ b/doc/docs/unicode.rst @@ -18,7 +18,7 @@ data using this encoding. You can override the encoding using the `encoding` or `inencoding` lexer options. If you have the `chardet`_ library installed and set the encoding to -``chardet`` if will ananlyse the text and use the encoding it thinks is the +``chardet`` if will analyse the text and use the encoding it thinks is the right one automatically: .. sourcecode:: python |