We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72c682f + 9bde63f commit 57cccf7Copy full SHA for 57cccf7
doc/en/example/parametrize.rst
@@ -686,5 +686,5 @@ For example:
686
assert (6 / example_input) == e
687
688
In the example above, the first three test cases should run without any
689
-exceptions, while the fourth should raise a``ZeroDivisionError`` exception,
+exceptions, while the fourth should raise a ``ZeroDivisionError`` exception,
690
which is expected by pytest.
0 commit comments