Remove unnecessary comma from docs

This commit is contained in:
Raphael Pierzina 2017-07-19 19:42:33 +02:00
parent e73a2f7ad9
commit d06d97a7ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.