Skip to content

Commit

Permalink
fix argument name in docstring
Browse files Browse the repository at this point in the history
changes 'included_tags' to 'include_tags'
  • Loading branch information
touchedthecode committed Feb 4, 2024
1 parent f21817f commit 068fd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot/running/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def configure(self, randomize_suites: bool = False, randomize_tests: bool = Fals
Example::
suite.configure(included_tags=['smoke'],
suite.configure(include_tags=['smoke'],
doc='Smoke test results.')
Not to be confused with :meth:`config` method that suites, tests,
Expand Down

0 comments on commit 068fd72

Please sign in to comment.