Merge branch 'doc-typo' into 'master'
doc: typo in code snippet See merge request poezio/poezio!68
This commit is contained in:
commit
a5b202ac16
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
..
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue