Update selectors.rst

Decode instead escape, exceptions < and & (kmike)
Second sentence droped (Digenis)
This commit is contained in:
Gustavo de Andrade 2016-11-01 21:32:17 -02:00 committed by GitHub
parent c7dfb5eb88
commit f2e49bc23c
1 changed files with 1 additions and 2 deletions

View File

@ -628,8 +628,7 @@ Built-in Selectors reference
.. note::
Note that ``re`` and ``re_first`` both escape HTML entities. If you want to
get raw unescaped content, use extract() or extract_first()
Note that ``re()`` and ``re_first()`` both decode HTML entities (except ``<`` and ``&``).
.. method:: register_namespace(prefix, uri)