Skip to content

Commit

Permalink
Update src/_pytest/config/__init__.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ran Benita <ran234@gmail.com>
  • Loading branch information
nicoddemus and bluetech committed Dec 4, 2019
1 parent 59c4f88 commit e8fa03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/config/__init__.py
Expand Up @@ -631,7 +631,7 @@ def __repr__(self):

def _iter_rewritable_modules(package_files):
"""
Given an iterable of file names in a source distributions, return the "names" that should
Given an iterable of file names in a source distribution, return the "names" that should
be marked for assertion rewrite (for example the package "pytest_mock/__init__.py" should
be added as "pytest_mock" in the assertion rewrite mechanism.
Expand Down

0 comments on commit e8fa03f

Please sign in to comment.