summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-03-30 14:09:10 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-03-30 14:09:10 -0400
commitf6854897f7f951c0a2ac07e28a0b8e619428309e (patch)
tree48aa9e974d556cdc6294548babc6edab6867651e /doc/source
parent39da6ab6a1bd80799b82d133d74b2fc73800b1fe (diff)
Corrected typo.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 5041e4e..fc69ba8 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2498,7 +2498,7 @@ handle. :ref:`Install lxml or html5lib. <parser-installation>` Any other
``HTMLParseError`` is probably the same problem.
If you can't find a tag that you know is in the document (that is,
-``find_all()`` returned `[]`` or ``find()`` returned ``None``), you're
+``find_all()`` returned ``[]`` or ``find()`` returned ``None``), you're
probably using Python's built-in HTML parser, which sometimes skips
tags it doesn't understand. :ref:`Install lxml or
html5lib. <parser-installation>`