From bb626fe8a780706698b700feb410036f4d5b88bb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 17 May 2018 16:06:00 -0300 Subject: [PATCH] Fix typo in mark.rst --- doc/en/mark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 342e6f563..f07917653 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -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