Skip to content

Commit 9bde63f

Browse files
committed
[doc] Fix minor typo in example/parametrize.rst
A space is needed for ``ZeroDivisionError`` to render as teletype.
1 parent 72c682f commit 9bde63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/parametrize.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,5 +686,5 @@ For example:
686686
assert (6 / example_input) == e
687687
688688
In the example above, the first three test cases should run without any
689-
exceptions, while the fourth should raise a``ZeroDivisionError`` exception,
689+
exceptions, while the fourth should raise a ``ZeroDivisionError`` exception,
690690
which is expected by pytest.

0 commit comments

Comments
 (0)