Skip to content

Commit ed67312

Browse files
authored
Merge pull request #6268 from felixonmars/patch-2
Correct a typo in _pytest/config/__init__.py
2 parents d1eb89d + b7bc52f commit ed67312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ def cwd_relative_nodeid(self, nodeid):
784784

785785
@classmethod
786786
def fromdictargs(cls, option_dict, args):
787-
""" constructor useable for subprocesses. """
787+
""" constructor usable for subprocesses. """
788788
config = get_config(args)
789789
config.option.__dict__.update(option_dict)
790790
config.parse(args, addopts=False)

0 commit comments

Comments
 (0)