Merge pull request #1298 from bcrowe/fix-typos

Fix a couple typos
This commit is contained in:
Mikhail Korobov 2015-06-12 16:02:53 +05:00
commit aaaba9f34d
1 changed files with 2 additions and 2 deletions

View File

@ -668,12 +668,12 @@ SelectorList objects
.. method:: extract()
Call the ``.extract()`` method for each element is this list and return
Call the ``.extract()`` method for each element in this list and return
their results flattened, as a list of unicode strings.
.. method:: re()
Call the ``.re()`` method for each element is this list and return
Call the ``.re()`` method for each element in this list and return
their results flattened, as a list of unicode strings.
.. method:: __nonzero__()