doc: reports: count_towards_summary: is a property

And therefore does not really `return`.  It confused me that there was
no `source` link in the docs, which is only there for functions.
This commit is contained in:
Daniel Hahler 2020-03-05 05:57:43 +01:00
parent a1ad6e3117
commit ffa2658971
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class BaseReport:
"""
**Experimental**
Returns True if this report should be counted towards the totals shown at the end of the
``True`` if this report should be counted towards the totals shown at the end of the
test session: "1 passed, 1 failure, etc".
.. note::