From 6b3939eff44276718f40ec96b78533c061e4f6f8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:06:40 -0500 Subject: [PATCH] spelling: macos Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/en/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 573431cfa..0cd88c088 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -6362,7 +6362,7 @@ Features Bug Fixes --------- -- Fix hanging pexpect test on MacOS by using flush() instead of wait(). +- Fix hanging pexpect test on macOS by using flush() instead of wait(). (:issue:`2022`) - Fix restoring Python state after in-process pytest runs with the