Skip to content

Commit

Permalink
Merge pull request psf#117 from bkcsfi/patch-1
Browse files Browse the repository at this point in the history
fix typo in index.rst
  • Loading branch information
kennethreitz committed Mar 8, 2018
2 parents 6c9c61d + fcaac85 commit ecb1024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecb1024

Please sign in to comment.