Skip to content

Commit 300d13d

Browse files
authored
Merge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f44b73e95a4cd2b09376a00ab35df5ec2/pr-12784
[PR #12784/57cccf7f backport][8.3.x] [doc] Fix minor typo in example/parametrize.rst
2 parents bc913d1 + e5d32c7 commit 300d13d

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)