Skip to content

Commit

Permalink
Fix typos (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Jan 18, 2022
1 parent 7dfd1df commit 52db980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,15 @@ v20.4.4 (2021-04-20)
Bugfixes - 20.4.4
~~~~~~~~~~~~~~~~~
- Built in discovery class is always preferred over plugin supplied classes. (`#2087 <https://github.com/pypa/virtualenv/issues/2087>`_)
- Upgrade embeded setuptools to ``56.0.0`` by :user:`gaborbernat`. (`#2094 <https://github.com/pypa/virtualenv/issues/2094>`_)
- Upgrade embedded setuptools to ``56.0.0`` by :user:`gaborbernat`. (`#2094 <https://github.com/pypa/virtualenv/issues/2094>`_)


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 <https://github.com/pypa/virtualenv/issues/2069>`_)
- Bump embedded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 <https://github.com/pypa/virtualenv/issues/2069>`_)
- Fix PyPy3 stdlib on Windows is incorrect - by :user:`gaborbernat`. (`#2071 <https://github.com/pypa/virtualenv/issues/2071>`_)


Expand Down
2 changes: 1 addition & 1 deletion src/virtualenv/util/six.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52db980

Please sign in to comment.