Skip to content

Commit

Permalink
Merge pull request #12784 from svenevs/fix/docs-example-parametrize-m…
Browse files Browse the repository at this point in the history
…inor-typo

[doc] Fix minor typo in example/parametrize.rst
  • Loading branch information
webknjaz committed Sep 7, 2024
2 parents 72c682f + 9bde63f commit 57cccf7
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 57cccf7

Please sign in to comment.