diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-07 04:51:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-07 04:51:19 -0500 |
| commit | 172ea3681ce1f2b7da1044c5215cb8058b866324 (patch) | |
| tree | c142e332972a27f23e77dad1e2df0fb8e2c7a093 | |
| parent | eca0111c29721056e8af7ac0d08d5f678fe7473e (diff) | |
| download | python-setuptools-git-172ea3681ce1f2b7da1044c5215cb8058b866324.tar.gz | |
Prefer imperative voice.
| -rw-r--r-- | docs/userguide/extension.rst | 4 |
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. |
