diff options
author | kotfu <kotfu@kotfu.net> | 2020-01-15 22:41:30 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-01-15 22:41:30 -0700 |
commit | 8914dd5cbfc61d2f356a1a4f3049ec2aa5dd42b9 (patch) | |
tree | 1c063c877bc70bf5c31dbd4d1a6e355e32658639 /docs | |
parent | e7a4505d10dc6ed6e4bd34fb017589fba4d0b39c (diff) | |
download | cmd2-git-8914dd5cbfc61d2f356a1a4f3049ec2aa5dd42b9.tar.gz |
Fix doc8 error
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doc_conventions.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/doc_conventions.rst b/docs/doc_conventions.rst index 0b44f096..9b714d45 100644 --- a/docs/doc_conventions.rst +++ b/docs/doc_conventions.rst @@ -155,9 +155,9 @@ See ``cmd2/docs/api/cmd.rst`` to see how to add documentation for an attribute. For module data members and class attributes, the ``autodoc`` extension allows documentation in a comment with special formatting (using a #: to start the -comment instead of just #), or in a docstring after the definition. This project -has standardized on the docstring after the definition approach. Do not use the -specially formatted comment approach. +comment instead of just #), or in a docstring after the definition. This +project has standardized on the docstring after the definition approach. Do not +use the specially formatted comment approach. Links to API Reference |