summaryrefslogtreecommitdiff
path: root/doc/docs/unicode.rst
diff options
context:
space:
mode:
authorEricFromCanada <eric3knibbe@gmail.com>2014-11-14 09:51:30 -0500
committerEricFromCanada <eric3knibbe@gmail.com>2014-11-14 09:51:30 -0500
commitd92befa4604a46a99eac39b276ad14d161282de9 (patch)
tree019b162a2499164625732c2485e283422208b19c /doc/docs/unicode.rst
parent20d09551620be3469e1ca7c02c8f3d18760f47a2 (diff)
downloadpygments-d92befa4604a46a99eac39b276ad14d161282de9.tar.gz
spelling/grammar/syntax fixes for docs
Diffstat (limited to 'doc/docs/unicode.rst')
-rw-r--r--doc/docs/unicode.rst2
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