summaryrefslogtreecommitdiff
path: root/doc/docs/unicode.rst
diff options
context:
space:
mode:
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