diff --git a/doc/source/dev/plugin.rst b/doc/source/dev/plugin.rst index 5ffe7ef5..6a7605b2 100644 --- a/doc/source/dev/plugin.rst +++ b/doc/source/dev/plugin.rst @@ -15,7 +15,7 @@ group with the following snippet in your project ``setup.py``: setup( .. packages=['yourmodule'], - entry_points{'poezio_plugins': 'yourplugin = yourmodule'}, + entry_points={'poezio_plugins': 'yourplugin = yourmodule'}, .. )