Skip to content

Commit

Permalink
Merge pull request #12785 from pytest-dev/patchback/backports/8.3.x/5…
Browse files Browse the repository at this point in the history
…7cccf7f44b73e95a4cd2b09376a00ab35df5ec2/pr-12784

[PR #12784/57cccf7f backport][8.3.x] [doc] Fix minor typo in example/parametrize.rst
  • Loading branch information
webknjaz committed Sep 7, 2024
2 parents bc913d1 + e5d32c7 commit 300d13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/example/parametrize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -686,5 +686,5 @@ For example:
assert (6 / example_input) == e
In the example above, the first three test cases should run without any
exceptions, while the fourth should raise a``ZeroDivisionError`` exception,
exceptions, while the fourth should raise a ``ZeroDivisionError`` exception,
which is expected by pytest.

0 comments on commit 300d13d

Please sign in to comment.