diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index 43370d479..8a5d44aac 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -660,6 +660,10 @@ Built-in Selectors reference ``regex`` can be either a compiled regular expression or a string which will be compiled to a regular expression using ``re.compile(regex)`` + .. note:: + + Note that ``re()`` and ``re_first()`` both decode HTML entities (except ``<`` and ``&``). + .. method:: register_namespace(prefix, uri) Register the given namespace to be used in this :class:`Selector`.