Fix [H405] pep rule in doc/source
Implements bp docstring-improvements Change-Id: I8a90a6fa677a89135cfad13984280e8fb94e8b0c
This commit is contained in:
@@ -21,10 +21,9 @@ from docutils.parsers.rst.directives.tables import Table
|
|||||||
|
|
||||||
|
|
||||||
class TableFromText(Table):
|
class TableFromText(Table):
|
||||||
"""
|
"""Take input from a file and create a simple table.
|
||||||
Take input from a file and create a simple table.
|
|
||||||
|
|
||||||
Exanple:
|
Example:
|
||||||
|
|
||||||
.. table_from_text:: ../setup.cfg
|
.. table_from_text:: ../setup.cfg
|
||||||
:header: Name,Plug-in
|
:header: Name,Plug-in
|
||||||
|
Reference in New Issue
Block a user