From 97ee678e8ededa2497b9f10ce8b45484ed37c215 Mon Sep 17 00:00:00 2001 From: hbielenia Date: Sat, 18 Feb 2023 09:41:11 +0100 Subject: [PATCH] Fix typo in docs/userguide/extension.rst --- docs/userguide/extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/extension.rst b/docs/userguide/extension.rst index 6f8cbbb22c..e1e37b5db1 100644 --- a/docs/userguide/extension.rst +++ b/docs/userguide/extension.rst @@ -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: