Remove unnecessary comma from docs
This commit is contained in:
parent
e73a2f7ad9
commit
d06d97a7ac
|
@ -349,7 +349,7 @@ return a result object, with which we can assert the tests' outcomes.
|
|||
result.assert_outcomes(passed=4)
|
||||
|
||||
|
||||
For more information about the result object, that ``runpytest()`` returns, and
|
||||
For more information about the result object that ``runpytest()`` returns, and
|
||||
the methods that it provides please check out the :py:class:`RunResult
|
||||
<_pytest.pytester.RunResult>` documentation.
|
||||
|
||||
|
|
Loading…
Reference in New Issue