From 111812e09c630f1a4c73906543f7bd8f2ee14786 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmail.com>
Date: Sat, 6 May 2017 11:47:07 +0200
Subject: [PATCH] Fix typo

---
 doc/plugin_development.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/plugin_development.md b/doc/plugin_development.md
index 4d0b5010..12faaf00 100644
--- a/doc/plugin_development.md
+++ b/doc/plugin_development.md
@@ -41,7 +41,7 @@ def plugin_exec(app, main_window):
     """
     # Place your init code here
     pass
-```icons
+```
 
 ## Building your plugin
 
-- 
GitLab