Skip to content

Commit

Permalink
Merge pull request #3834 from hbielenia/fix-userguide/extension-typo
Browse files Browse the repository at this point in the history
Fix typo in docs/userguide/extension.rst
  • Loading branch information
abravalheri authored Feb 18, 2023
2 parents 041bbf0 + 97ee678 commit 1b7838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ different aspect of the build. In ``setuptools``, however, these command
objects are just a design abstraction that encapsulate logic and help to
organise the code.

You can overwrite exiting commands (or add new ones) by defining entry
You can overwrite existing commands (or add new ones) by defining entry
points in the ``distutils.commands`` group. For example, if you wanted to add
a ``foo`` command, you might add something like this to your project:

Expand Down

0 comments on commit 1b7838d

Please sign in to comment.