Browse Source

Fix docstring

Peter Justin 7 years ago
parent
commit
861f7e6540
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/plugins/spec.py

+ 1 - 1
flaskbb/plugins/spec.py

@@ -127,7 +127,7 @@ def flaskbb_tpl_profile_settings_menu():
     done, consider marking the hook implementation with `trylast=True` to
     avoid capturing plugins that do not create new blocks.
 
-    For example:
+    For example::
 
         @impl(trylast=True)
         def flaskbb_tpl_profile_settings_menu():