Skip to content

Commit

Permalink
rules.rst: item class → item instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Jun 19, 2023
1 parent e13bd1b commit d339dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/page-objects/rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ URL and the requested output class (a :ref:`page object class
<page-object-classes>` or an :ref:`item class <items>`).

Rules are necessary if you want to request an item instance, because rules tell
web-poet which page object class to use to generate your item class. Rules can
also be useful as documentation or to get information about page object classes
programmatically.
web-poet which page object class to use to generate your item instance. Rules
can also be useful as documentation or to get information about page object
classes programmatically.

:ref:`Rule precedence <rule-precedence>` can also be useful. For example, to
implement generic page object classes that you can override for specific
Expand Down

0 comments on commit d339dd9

Please sign in to comment.