From f2e49bc23cd2044551721bf81f6443a391b30f6f Mon Sep 17 00:00:00 2001 From: Gustavo de Andrade Date: Tue, 1 Nov 2016 21:32:17 -0200 Subject: [PATCH] Update selectors.rst Decode instead escape, exceptions < and & (kmike) Second sentence droped (Digenis) --- docs/topics/selectors.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index 293628953..9f8143db1 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -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)