Fix some ReST indentation issues in docstrings
This commit is contained in:
parent
3ad315bcee
commit
6f1d358a0c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue