summaryrefslogtreecommitdiff
path: root/doc/en/writing_plugins.rst
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-10-29 23:45:45 +0200
committerVille Skyttä <ville.skytta@iki.fi>2018-10-29 23:45:45 +0200
commit22ab737243387282acac2ebb735802ebe2042876 (patch)
tree48c79bce686bc203f59ef26c87b1014edcf12839 /doc/en/writing_plugins.rst
parente6e40db9c7c5f585185df699513ea745a4429336 (diff)
downloadpytest-22ab737243387282acac2ebb735802ebe2042876.tar.gz
Spelling and grammar fixes
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 027a087b4..464f8eb00 100644
--- a/doc/en/writing_plugins.rst
+++ b/doc/en/writing_plugins.rst
@@ -386,7 +386,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 a example folder before running pytest on it
+additionally it is possible to copy examples for an example folder before running pytest on it
.. code:: ini