correct documentation typo

This commit is contained in:
Jurko Gospodnetić 2013-12-28 17:05:17 +01:00
parent 064290a606
commit d51e27a5cb
1 changed files with 2 additions and 2 deletions

View File

@ -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 In versions prior to 2.4 one needed to specify the argument
names as a tuple. This remains valid but the simpler ``"name1,name2,..."`` names as a tuple. This remains valid but the simpler ``"name1,name2,..."``
comma-separated-string syntax is now advertised fist because comma-separated-string syntax is now advertised first because
it's easier to write, produces less line noise. it's easier to write and produces less line noise.
.. _`pytest_generate_tests`: .. _`pytest_generate_tests`: