fix typo in index.rst

This commit is contained in:
bkcsfi
2018-03-08 12:33:06 -05:00
committed by GitHub
parent 6c9c61d206
commit fcaac85af9
+1 -1
View File
@@ -144,7 +144,7 @@ XPath is also supported (`learn more <https://msdn.microsoft.com/en-us/library/m
>>> r.html.xpath('a')
[<Element 'a' class='btn' href='https://help.github.com/articles/supported-browsers'>]
You can also select only elements containing certian text:
You can also select only elements containing certain text:
.. code-block:: pycon