diff --git a/docs/changelog.rst b/docs/changelog.rst index c64efb33f..278c7ebf8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -218,7 +218,7 @@ v20.4.4 (2021-04-20) Bugfixes - 20.4.4 ~~~~~~~~~~~~~~~~~ - Built in discovery class is always preferred over plugin supplied classes. (`#2087 `_) -- Upgrade embeded setuptools to ``56.0.0`` by :user:`gaborbernat`. (`#2094 `_) +- Upgrade embedded setuptools to ``56.0.0`` by :user:`gaborbernat`. (`#2094 `_) v20.4.3 (2021-03-16) @@ -226,7 +226,7 @@ v20.4.3 (2021-03-16) Bugfixes - 20.4.3 ~~~~~~~~~~~~~~~~~ -- Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 `_) +- Bump embedded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 `_) - Fix PyPy3 stdlib on Windows is incorrect - by :user:`gaborbernat`. (`#2071 `_) diff --git a/src/virtualenv/util/six.py b/src/virtualenv/util/six.py index 16f1c6c95..199cbed98 100644 --- a/src/virtualenv/util/six.py +++ b/src/virtualenv/util/six.py @@ -1,6 +1,6 @@ """Backward compatibility layer with older version of six. -This is used to avoid virtualenv requring a version of six newer than what +This is used to avoid virtualenv requiring a version of six newer than what the system may have. """ from __future__ import absolute_import