Skip to content

Commit 13eee87

Browse files
authored
Merge pull request #113 from anthrotype/fix-docs-typos
docs/index.rst: fix minor typo
2 parents f36d2db + a8ae202 commit 13eee87

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)