Skip to content

Commit 62f2d9d

Browse files
youtuxolegpidsadnyi
authored andcommitted
Fix typo
1 parent 6476ed4 commit 62f2d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_bdd/feature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def name(self):
552552
pattern=r'^"""\n(?P<content>.*)\n"""$',
553553
repl=r"\g<content>",
554554
string=multilines_content,
555-
flags=re.DOTALL, # Needed to make the "." match also new liness
555+
flags=re.DOTALL, # Needed to make the "." match also new lines
556556
)
557557

558558
lines = [self._name] + [multilines_content]

0 commit comments

Comments
 (0)