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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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