Skip to content

Commit

Permalink
Merge remote-tracking branch 'Gallaecio/docs-apply-rules' into docs-a…
Browse files Browse the repository at this point in the history
…pply-rules
  • Loading branch information
Gallaecio committed May 3, 2023
2 parents fee340a + cd8ff4f commit 400e399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/page-objects/rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ For details and more examples, see the :ref:`url-matcher documentation
When using the :func:`~handle_urls` decorator, its ``include``, ``exclude``,
and ``priority`` parameters are used to create a :class:`~url_matcher.Patterns`
object. When creating an :class:`~.ApplyRule` object manually, you must create
a :class:`~url_matcher.Patterns` object and pass it to the ``for_patterns``
parameter of :class:`~.ApplyRule`.
a :class:`~url_matcher.Patterns` object yourself and pass it to the
``for_patterns`` parameter of :class:`~.ApplyRule`.


.. _rule-precedence:
Expand Down

0 comments on commit 400e399

Please sign in to comment.