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.