summaryrefslogtreecommitdiff
path: root/doc/en/writing_plugins.rst
diff options
context:
space:
mode:
authorFaris A Chugthai <20028782+farisachugthai@users.noreply.github.com>2020-09-15 14:41:27 +0000
committerGitHub <noreply@github.com>2020-09-15 16:41:27 +0200
commitcdf20240703efaab8c14f62fc445e7b239c4d2b8 (patch)
treebe2964326ac77cdbe05e3d795459b4bc36ef7cf6 /doc/en/writing_plugins.rst
parentf42c0cd1eca59b4c7f6bba0a46847226b9d9e031 (diff)
downloadpytest-cdf20240703efaab8c14f62fc445e7b239c4d2b8.tar.gz
Update writing_plugins.rst (#7757)
Capitalize the first word in a sentence and add a period at the end.
Diffstat (limited to 'doc/en/writing_plugins.rst')
-rw-r--r--doc/en/writing_plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst
index cf4dbf99f..b9b46cb70 100644
--- a/doc/en/writing_plugins.rst
+++ b/doc/en/writing_plugins.rst
@@ -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