From cf064ec777a4f991ae8378439c1c19fec8f8fed2 Mon Sep 17 00:00:00 2001 From: Zac-HD Date: Sun, 17 Mar 2019 10:54:22 +1100 Subject: [PATCH] Fix typos in comments --- src/_pytest/mark/structures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_pytest/mark/structures.py b/src/_pytest/mark/structures.py index d65d8b9d806..ce9a25421c2 100644 --- a/src/_pytest/mark/structures.py +++ b/src/_pytest/mark/structures.py @@ -129,7 +129,7 @@ def _for_parametrize(cls, argnames, argvalues, func, config, function_definition ) else: # empty parameter set (likely computed at runtime): create a single - # parameter set with NOSET values, with the "empty parameter set" mark applied to it + # parameter set with NOTSET values, with the "empty parameter set" mark applied to it mark = get_empty_parameterset_mark(config, argnames, func) parameters.append( ParameterSet(values=(NOTSET,) * len(argnames), marks=[mark], id=None) @@ -152,7 +152,7 @@ def combined_with(self, other): :type other: Mark :rtype: Mark - combines by appending aargs and merging the mappings + combines by appending args and merging the mappings """ assert self.name == other.name return Mark(