From be93fdf11d89bfaa70582bb1c6f6ece445383cfa Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 27 Sep 2014 11:59:59 -0300 Subject: [PATCH] Fixed minor typo in plugins.txt --- 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 a6c57a430..a5ce8776d 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -29,7 +29,7 @@ and content of files:: # called for running each test in 'a' directory print ("setting up", item) - a/test_in_subdir.py: + a/test_sub.py: def test_sub(): pass