Fix a couple typos

This commit is contained in:
Bryan Crowe 2015-06-11 19:47:30 -04:00
parent 5bd0395be4
commit 6a4c475e87
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__()