Skip to content

Commit

Permalink
Correct a typo in _pytest/config/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Nov 24, 2019
1 parent d1eb89d commit b7bc52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def cwd_relative_nodeid(self, nodeid):

@classmethod
def fromdictargs(cls, option_dict, args):
""" constructor useable for subprocesses. """
""" constructor usable for subprocesses. """
config = get_config(args)
config.option.__dict__.update(option_dict)
config.parse(args, addopts=False)
Expand Down

0 comments on commit b7bc52f

Please sign in to comment.