From f002cc9b1afb49f61d3b36d3c9369e7544619aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 17 Feb 2020 03:27:03 +0100 Subject: doc: typo in code snippet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- doc/source/dev/plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, .. ) -- cgit v1.2.3