From 2dcfe26ddaf572d2261f79db1fea2182627e2910 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:29:46 -0400 Subject: [PATCH] spelling: parametrized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/en/announce/release-2.5.0.rst | 2 +- doc/en/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/announce/release-2.5.0.rst b/doc/en/announce/release-2.5.0.rst index c6cdcdd8a..fe64f1b86 100644 --- a/doc/en/announce/release-2.5.0.rst +++ b/doc/en/announce/release-2.5.0.rst @@ -83,7 +83,7 @@ holger krekel Thanks Ralph Schmitt for the precise failure example. - fix issue244 by implementing special index for parameters to only use - indices for paramentrized test ids + indices for parametrized test ids - fix issue287 by running all finalizers but saving the exception from the first failing finalizer and re-raising it so teardown will diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 7494f6616..88a1a9c28 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -8707,7 +8707,7 @@ time or change existing behaviors in order to make them less surprising/more use Thanks Ralph Schmitt for the precise failure example. - fix issue244 by implementing special index for parameters to only use - indices for paramentrized test ids + indices for parametrized test ids - fix issue287 by running all finalizers but saving the exception from the first failing finalizer and re-raising it so teardown will