File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def get_meta_description(self):
114114 * type: the plugin's type
115115 * source: the plugin's source
116116 (filesystem path, python import path, etc.)
117- * version: the plugin's version string if available, otherwise `None`
117+ * version: the plugin's version string if available, otherwise `` None` `
118118 """
119119 raise NotImplementedError
120120
@@ -271,7 +271,7 @@ def get_meta_description(self):
271271 * label: see :meth:`~sopel.plugins.handlers.PyModulePlugin.get_label`
272272 * type: see :attr:`PLUGIN_TYPE`
273273 * source: the name of the plugin's module
274- * version: the version string of the plugin if available, otherwise `None`
274+ * version: the version string of the plugin if available, otherwise `` None` `
275275
276276 Example::
277277
You can’t perform that action at this time.
0 commit comments