Skip to content

Commit

Permalink
[doc] Fix minor typo in example/parametrize.rst
Browse files Browse the repository at this point in the history
A space is needed for ``ZeroDivisionError`` to render as teletype.
  • Loading branch information
svenevs committed Sep 6, 2024
1 parent 72c682f commit 9bde63f
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 9bde63f

Please sign in to comment.