Fix some ReST indentation issues in docstrings

This commit is contained in:
Tim Hoffmann 2019-07-15 16:16:44 +02:00
parent 3ad315bcee
commit 6f1d358a0c
2 changed files with 13 additions and 12 deletions

View File

@ -193,6 +193,7 @@ class MarkDecorator:
pass pass
When a MarkDecorator instance is called it does the following: When a MarkDecorator instance is called it does the following:
1. If called with a single class as its only positional argument and no 1. If called with a single class as its only positional argument and no
additional keyword arguments, it attaches itself to the class so it additional keyword arguments, it attaches itself to the class so it
gets applied automatically to all test cases found in that class. gets applied automatically to all test cases found in that class.