From fe8e0387a481cbe82550bd6dde1a0769c0835641 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:10:58 -0400 Subject: [PATCH] spelling: previously 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 66a87b5a4..e1cea1cb3 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -60,7 +60,7 @@ Improvements - `#11311 `_: When using ``--override-ini`` for paths in invocations without a configuration file defined, the current working directory is used as the relative directory. - Previoulsy this would raise an :class:`AssertionError`. + Previously this would raise an :class:`AssertionError`. - `#11475 `_: :ref:`--import-mode=importlib ` now tries to import modules using the standard import mechanism (but still without changing :py:data:`sys.path`), falling back to importing modules directly only if that fails.