Skip to content

Commit da20c46

Browse files
authored
Merge pull request #240 from felixonmars/patch-1
Fix a typo in scripts.py
2 parents ea814e2 + 48a2af4 commit da20c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_bdd/scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def migrate_tests_in_file(file_path):
3838

3939

4040
def check_existense(file_name):
41-
"""Check file or directory name for existense."""
41+
"""Check file or directory name for existence."""
4242
if not os.path.exists(file_name):
4343
raise argparse.ArgumentTypeError("{0} is an invalid file or directory name".format(file_name))
4444
return file_name

0 commit comments

Comments
 (0)