summaryrefslogtreecommitdiff
path: root/docs/userguide/extension.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguide/extension.rst')
-rw-r--r--docs/userguide/extension.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/extension.rst b/docs/userguide/extension.rst
index 4ecfc3ee..fb620c50 100644
--- a/docs/userguide/extension.rst
+++ b/docs/userguide/extension.rst
@@ -55,9 +55,9 @@ Once a project containing such entry points has been activated on ``sys.path``,
how setuptools' own commands are installed: the setuptools project's setup
script defines entry points for them!
-The commands ``sdist``, ``build_py`` and ``build_ext`` are specially useful
+The commands ``sdist``, ``build_py`` and ``build_ext`` are especially useful
to customize ``setuptools`` builds. Note however that when overwriting existing
-commands you should be very careful to maintain API compatibility.
+commands, you should be very careful to maintain API compatibility.
Custom commands should try to replicate the same overall behaviour as the
original classes, and when possible, even inherit from them.