From b328c5687f23439bb5598cdbd9bc529566947800 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 17 Mar 2017 09:01:18 +0100 Subject: [PATCH] mark param extract_from: fix typos in docstring --- _pytest/mark.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_pytest/mark.py b/_pytest/mark.py index ca36f5472e4..eba4ae2c6e5 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -32,7 +32,8 @@ def extract_from(cls, parameterset, legacy_force_tuple=False): and may or may not be wrapped into a mess of mark objects :param legacy_force_tuple: - enforce tuple wrapping so single arugment tuple values dont get decomposed and break tests + enforce tuple wrapping so single argument tuple values + don't get decomposed and break tests """