From f6854897f7f951c0a2ac07e28a0b8e619428309e Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 30 Mar 2012 14:09:10 -0400 Subject: Corrected typo. --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/index.rst') 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. ` 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. ` -- cgit v1.2.3