doc: typo in code snippet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
11bb864ec2
commit
f002cc9b1a
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