Skip to content

Commit

Permalink
Merge pull request #3552 from 0x2b3bfa0/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs/userguide/extension.rst
  • Loading branch information
abravalheri committed Aug 21, 2022
2 parents e551496 + ecd7d70 commit d486278
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 @@ -57,7 +57,7 @@ a ``foo`` command, you might add something like this to your project:
foo = mypackage.some_module:foo
Assuming, of course, that the ``foo`` class in ``mypackage.some_module`` is
a ``setuptools.Command`` subclass (documented bellow).
a ``setuptools.Command`` subclass (documented below).

Once a project containing such entry points has been activated on ``sys.path``,
(e.g. by running ``pip install``) the command(s) will be available to any
Expand Down

0 comments on commit d486278

Please sign in to comment.