Fix typo in mark.rst

This commit is contained in:
Bruno Oliveira
2018-05-17 16:06:00 -03:00
committed by GitHub
parent afe4800daf
commit bb626fe8a7

View File

@@ -93,7 +93,7 @@ order doesn't even matter. You probably want to think of your marks as a set her
# eval condition
# by this:
for skipif in item.iter_markers('skipif):
for skipif in item.iter_markers('skipif'):
condition = skipif.args[0]
# eval condition