Skip to content

Commit d8b7bf5

Browse files
committed
Mini tidy up to try and force actions to run again (hanging strikes again!)
1 parent bade62a commit d8b7bf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ As Gherkin, pytest-bdd supports multiline steps
397397
"""
398398
Then the text should be parsed with correct indentation
399399
400-
A step is considered as a multiline one, if the **next** line(s) after it's first line is encapsulated by
401-
triple quotes. The step name is then simply extended by adding further lines with newlines.
400+
A step is considered as a multiline one, if the **next** line(s) after its first line is encapsulated by
401+
triple quotes. The step name is then simply extended by adding further lines inside the triple quotes.
402402
In the example above, the Given step name will be:
403403

404404
.. code-block:: python
@@ -1101,7 +1101,7 @@ which might be helpful building useful reporting, visualization, etc. on top of
11011101
(even if one of steps has failed)
11021102

11031103
* `pytest_bdd_before_step(request, feature, scenario, step, step_func)` - Called before step function
1104-
is executed and it's arguments evaluated
1104+
is executed and its arguments evaluated
11051105

11061106
* `pytest_bdd_before_step_call(request, feature, scenario, step, step_func, step_func_args)` - Called before step
11071107
function is executed with evaluated arguments

0 commit comments

Comments
 (0)