[doc] Fix minor typo in example/parametrize.rst#12784
Merged
webknjaz merged 1 commit intoSep 7, 2024
Merged
Conversation
A space is needed for ``ZeroDivisionError`` to render as teletype.
Contributor
Author
|
Hmmmm ok the pr docs render as expected, I'm not sure what to do about the changelog entry. Let me know if you prefer to dismiss it, or if I should create an issue just to have this PR close it. |
webknjaz
approved these changes
Sep 7, 2024
Backport to 8.3.x: 💚 backport PR created✅ Backport PR branch: Backported as #12785 🤖 @patchback |
patchback Bot
pushed a commit
that referenced
this pull request
Sep 7, 2024
…inor-typo [doc] Fix minor typo in example/parametrize.rst (cherry picked from commit 57cccf7)
webknjaz
added a commit
that referenced
this pull request
Sep 7, 2024
…7cccf7f44b73e95a4cd2b09376a00ab35df5ec2/pr-12784 [PR #12784/57cccf7f backport][8.3.x] [doc] Fix minor typo in example/parametrize.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A space is needed for
ZeroDivisionErrorto render as teletype.I don't have 3.12 on this computer so I did not build the docs locally to test. However, compare renderings of
ZeroDivisionErrorwith current mainhttps://github.com/pytest-dev/pytest/blob/main/doc/en/example/parametrize.rst#parametrizing-conditional-raising
and this pr
https://github.com/svenevs/pytest/blob/fix/docs-example-parametrize-minor-typo/doc/en/example/parametrize.rst#parametrizing-conditional-raising
Thanks for the docs, I definitely want to start adding some test id's for what I'm working on (current output = chaos xD). Was easy to find in the docs! 🙂