summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-07 04:51:19 -0500
committerGitHub <noreply@github.com>2021-11-07 04:51:19 -0500
commit172ea3681ce1f2b7da1044c5215cb8058b866324 (patch)
treec142e332972a27f23e77dad1e2df0fb8e2c7a093
parenteca0111c29721056e8af7ac0d08d5f678fe7473e (diff)
downloadpython-setuptools-git-172ea3681ce1f2b7da1044c5215cb8058b866324.tar.gz
Prefer imperative voice.
-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 966c6fde..d74ca3fe 100644
--- a/docs/userguide/extension.rst
+++ b/docs/userguide/extension.rst
@@ -47,8 +47,8 @@ script defines entry points for them!
.. note::
When creating commands, and specially when defining custom ways of building
- compiled extensions (for example via ``build_ext``), you might want to
- handle exceptions such as ``CompileError``, ``LinkError``, ``LibError``,
+ compiled extensions (for example via ``build_ext``), consider
+ handling exceptions such as ``CompileError``, ``LinkError``, ``LibError``,
among others. These exceptions are available in the ``setuptools.errors``
module.