Update writing_plugins.rst (#7757)

Capitalize the first word in a sentence and add a period at the end.
This commit is contained in:
Faris A Chugthai 2020-09-15 14:41:27 +00:00 committed by GitHub
parent f42c0cd1ec
commit cdf2024070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ return a result object, with which we can assert the tests' outcomes.
result.assert_outcomes(passed=4)
additionally it is possible to copy examples for an example folder before running pytest on it
Additionally it is possible to copy examples for an example folder before running pytest on it.
.. code-block:: ini