Skip to content

Commit 52db980

Browse files
authored
Fix typos (#2286)
1 parent 7dfd1df commit 52db980

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,15 @@ v20.4.4 (2021-04-20)
218218
Bugfixes - 20.4.4
219219
~~~~~~~~~~~~~~~~~
220220
- Built in discovery class is always preferred over plugin supplied classes. (`#2087 <https://github.com/pypa/virtualenv/issues/2087>`_)
221-
- Upgrade embeded setuptools to ``56.0.0`` by :user:`gaborbernat`. (`#2094 <https://github.com/pypa/virtualenv/issues/2094>`_)
221+
- Upgrade embedded setuptools to ``56.0.0`` by :user:`gaborbernat`. (`#2094 <https://github.com/pypa/virtualenv/issues/2094>`_)
222222

223223

224224
v20.4.3 (2021-03-16)
225225
--------------------
226226

227227
Bugfixes - 20.4.3
228228
~~~~~~~~~~~~~~~~~
229-
- Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 <https://github.com/pypa/virtualenv/issues/2069>`_)
229+
- Bump embedded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 <https://github.com/pypa/virtualenv/issues/2069>`_)
230230
- Fix PyPy3 stdlib on Windows is incorrect - by :user:`gaborbernat`. (`#2071 <https://github.com/pypa/virtualenv/issues/2071>`_)
231231

232232

src/virtualenv/util/six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Backward compatibility layer with older version of six.
22
3-
This is used to avoid virtualenv requring a version of six newer than what
3+
This is used to avoid virtualenv requiring a version of six newer than what
44
the system may have.
55
"""
66
from __future__ import absolute_import

0 commit comments

Comments
 (0)