Skip to content

Commit fd94645

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent fd08ab5 commit fd94645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Bug Fixes
3737
- `#504 <https://github.com/pytest-dev/pluggy/issues/504>`_: Fix a regression in pluggy 1.1.0 where using :func:`result.get_result() <pluggy.Result.get_result>` on the same failed :class:`~pluggy.Result` causes the exception's traceback to get longer and longer.
3838

3939

40-
- `#544 <https://github.com/pytest-dev/pluggy/issues/544>`_: Correctly pass :class:`StopIteration` trough hook wrappers.
40+
- `#544 <https://github.com/pytest-dev/pluggy/issues/544>`_: Correctly pass :class:`StopIteration` through hook wrappers.
4141

4242
Raising a :class:`StopIteration` in a generator triggers a :class:`RuntimeError`.
4343

4444
If the :class:`RuntimeError` of a generator has the passed in :class:`StopIteration` as cause
4545
resume with that :class:`StopIteration` as normal exception instead of failing with the :class:`RuntimeError`.
4646

4747

48-
- `#573 <https://github.com/pytest-dev/pluggy/issues/573>`_: Fix python 3.14 SyntaxWrror by rearranging code.
48+
- `#573 <https://github.com/pytest-dev/pluggy/issues/573>`_: Fix python 3.14 SyntaxError by rearranging code.
4949

5050

5151
pluggy 1.5.0 (2024-04-19)

0 commit comments

Comments
 (0)