Skip to content

Commit 8914dd5

Browse files
committed
Fix doc8 error
1 parent e7a4505 commit 8914dd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/doc_conventions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ See ``cmd2/docs/api/cmd.rst`` to see how to add documentation for an attribute.
155155

156156
For module data members and class attributes, the ``autodoc`` extension allows
157157
documentation in a comment with special formatting (using a #: to start the
158-
comment instead of just #), or in a docstring after the definition. This project
159-
has standardized on the docstring after the definition approach. Do not use the
160-
specially formatted comment approach.
158+
comment instead of just #), or in a docstring after the definition. This
159+
project has standardized on the docstring after the definition approach. Do not
160+
use the specially formatted comment approach.
161161

162162

163163
Links to API Reference

0 commit comments

Comments
 (0)