Skip to content

Commit a8ae202

Browse files
committed
docs/index.rst: fix minor typo
1 parent f36d2db commit a8ae202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ decorators are used to *mark* functions for detection by a ``PluginManager``:
8181
8282
Each decorator type takes a single ``project_name`` string as its
8383
lone argument the value of which is used to mark hooks for detection by
84-
by a similarly configured ``PluginManager`` instance.
84+
a similarly configured ``PluginManager`` instance.
8585

8686
That is, a *mark* type called with ``project_name`` returns an object which
8787
can be used to decorate functions which will then be detected by a

0 commit comments

Comments
 (0)