From 6a4c475e870e9c529395c5ac0ef0729304f069a2 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Thu, 11 Jun 2015 19:47:30 -0400 Subject: [PATCH] Fix a couple typos --- docs/topics/selectors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index bd4135b34..688c2b715 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -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__()