Skip to content

Commit 39e3437

Browse files
committed
Fix code example
1 parent 8312d69 commit 39e3437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ An example test for a blog hosting software could look like this. Note that pyte
5151
5252
# test_publish_article.py
5353
54-
from pytest_bdd import scenario, given, when, then
54+
from pytest_bdd import scenarios, given, when, then
5555
5656
# Load all the scenarios
5757
scenarios('publish_article.feature')

0 commit comments

Comments
 (0)