sh4nks 11 years ago
parent
commit
dc1c786abf
1 changed files with 3 additions and 2 deletions
  1. 3 2
      flaskbb/plugins/__init__.py

+ 3 - 2
flaskbb/plugins/__init__.py

@@ -6,8 +6,9 @@ from flaskbb.management.models import SettingsGroup
 
 class FlaskBBPlugin(Plugin):
 
-    #: This is the :class:`SettingsGroup` key - if your the plugin needs to install
-    #: additional things you must set it, else it won't install anything.
+    #: This is the :class:`SettingsGroup` key - if your the plugin needs to
+    #: install additional things you must set it, else it won't install
+    #: anything.
     settings_key = None
 
     @property