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

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