Skip to content

Commit 1de51e6

Browse files
committed
Update docs for correct plugin namespace
1 parent e099b67 commit 1de51e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If the plugin is part of a larger Python package, or if it is important to
8989
track version numbers or to be able to change which plugins are installed
9090
in particular Python environments, the namespace distribution mechanism is a
9191
better choice. We use `native namespace packages`_, which is a standard way
92-
of making plugins in Python. Plugins should be in the ``paths_cli.plugins``
92+
of making plugins in Python. Plugins should be in the ``paths_cli_plugins``
9393
namespace.
9494

9595
.. _native namespace packages:

0 commit comments

Comments
 (0)