From d51e27a5cb1921de29e33d2f05354ae7e47f11ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 28 Dec 2013 17:05:17 +0100 Subject: [PATCH] correct documentation typo --- doc/en/parametrize.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/parametrize.txt b/doc/en/parametrize.txt index 0aad03721..cccff5e1a 100644 --- a/doc/en/parametrize.txt +++ b/doc/en/parametrize.txt @@ -114,8 +114,8 @@ shows up as an "xfailed (expected to fail)" test. In versions prior to 2.4 one needed to specify the argument names as a tuple. This remains valid but the simpler ``"name1,name2,..."`` - comma-separated-string syntax is now advertised fist because - it's easier to write, produces less line noise. + comma-separated-string syntax is now advertised first because + it's easier to write and produces less line noise. .. _`pytest_generate_tests`: