summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-05-14 08:34:17 -0400
committerluz paz <luzpaz@users.noreply.github.com>2021-05-14 08:34:17 -0400
commitc063b3af1ecbcea0f0cc63b941f5e2038be9efcb (patch)
tree6e5a6410fa4c3912bda6328bc9e0074c3d54ec37 /CHANGES.rst
parent317ad2c4c9edf793e65372e80ec2d64f4edf147f (diff)
downloadpython-setuptools-git-c063b3af1ecbcea0f0cc63b941f5e2038be9efcb.tar.gz
Fix misc. doc typos
Found via `codespell`
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f7dd6a75..60adfd3d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -213,7 +213,7 @@ v51.2.0
Changes
^^^^^^^
-* #2493: Use importlib.import_module() rather than the deprectated loader.load_module()
+* #2493: Use importlib.import_module() rather than the deprecated loader.load_module()
in pkg_resources namespace delaration -- by :user:`encukou`
Documentation changes
@@ -4295,7 +4295,7 @@ how it parses version numbers.
(platform.mac_ver() fails)
* Distribute #103: test_get_script_header_jython_workaround not run
anymore under py3 with C or POSIX local. Contributed by Arfrever.
-* Distribute #104: remvoved the assertion when the installation fails,
+* Distribute #104: removed the assertion when the installation fails,
with a nicer message for the end user.
* Distribute #100: making sure there's no SandboxViolation when
the setup script patches setuptools.
@@ -4432,7 +4432,7 @@ setuptools
bootstrapping
^^^^^^^^^^^^^
-* The boostrap process leave setuptools alone if detected in the system
+* The bootstrap process leave setuptools alone if detected in the system
and --root or --prefix is provided, but is not in the same location.
This closes Distribute #10.