Skip to content

Commit 9ddd2ef

Browse files
committed
fixup handler docstring
1 parent 14b32bc commit 9ddd2ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sopel/plugins/handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)