From 9985a7cdcaa8fb0d88991ddeed3d23bf0523ee9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 2 Mar 2014 22:52:38 +0100 Subject: [PATCH] fix documentation typo --HG-- branch : doc_typo_correction --- doc/en/plugins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index 9ef703288..1ab217b12 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -315,7 +315,7 @@ Initialization, command line and configuration hooks Generic "runtest" hooks ------------------------------ -All all runtest related hooks receive a :py:class:`pytest.Item` object. +All runtest related hooks receive a :py:class:`pytest.Item` object. .. autofunction:: pytest_runtest_protocol .. autofunction:: pytest_runtest_setup