Skip to content

Commit e604d72

Browse files
committed
supported
1 parent 11c350b commit e604d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/dev_guide/plugins_documenting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Not all plugins can be documented, but those that can (`documentable <https://gi
88

99
This document will describe how the plugin configuration works in general, excluding modules, which have their own `documentation reference:developing_modules_documenting`.
1010

11-
.. note:: While most plugins support having the documentation in YAML format inside the same Python code file, filters and tests also suport an 'adjacent' YAML file as both of those plugins also support having multiple of them defined in the same file.
11+
.. note:: While most plugins support having the documentation in YAML format inside the same Python code file, filters and tests also support an 'adjacent' YAML file as both of those plugins also support having multiple of them defined in the same file.
1212
With YAML files, the examples below are easy to use by removing Python quoting and substituting ``=`` for ``:``, for example ``DOCUMENTATION = r''' ... '''` ` to ``DOCUMENTATION: ...`` and removing closing quotes. :ref:`adjacent_yaml_doc`
1313

1414

0 commit comments

Comments
 (0)