Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2018-05-13 12:06:09 +02:00
parent 84b37e1b57
commit aa51fcb2b6
21 changed files with 31 additions and 31 deletions

View File

@@ -55,7 +55,7 @@ def filter_traceback(entry):
is_generated = '<' in raw_filename and '>' in raw_filename
if is_generated:
return False
# entry.path might point to an non-existing file, in which case it will
# entry.path might point to a non-existing file, in which case it will
# also return a str object. see #1133
p = py.path.local(entry.path)
return not p.relto(_pluggy_dir) and not p.relto(_pytest_dir) and not p.relto(_py_dir)