Merge branch 'doc-typo' into 'master'

doc: typo in code snippet

See merge request poezio/poezio!68
This commit is contained in:
Maxime Buquet 2020-02-17 03:31:59 +01:00
commit a5b202ac16

View file

@ -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'},
..
)