Adjust syntax for parametrize documentation

Without the double colon, reStructuredText won't display treat the block that
follows as pre-formatted text. Also, with this change comes the need to change a
tab to spaces to align it with the adjacent lines.

--HG--
branch : dirn/adjust-syntax-for-parametrize-documentat-1380671670976
This commit is contained in:
Andy Dirnberger 2013-10-01 23:54:34 +00:00
parent 236fff00ad
commit 8ae79e09c0
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ Skip/xfail with parametrize
---------------------------
It is possible to apply markers like skip and xfail to individual
test instances when using parametrize:
test instances when using parametrize::
import pytest