Skip to content

Commit d486278

Browse files
authored
Merge pull request #3552 from 0x2b3bfa0/patch-1
Fix typo in docs/userguide/extension.rst
2 parents e551496 + ecd7d70 commit d486278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ a ``foo`` command, you might add something like this to your project:
5757
foo = mypackage.some_module:foo
5858
5959
Assuming, of course, that the ``foo`` class in ``mypackage.some_module`` is
60-
a ``setuptools.Command`` subclass (documented bellow).
60+
a ``setuptools.Command`` subclass (documented below).
6161

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

0 commit comments

Comments
 (0)