Skip to content

Commit 2d5d598

Browse files
committed
Fix escaping
1 parent 2545c1d commit 2d5d598

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
@@ -657,7 +657,7 @@ Docstring Argument and Accessing the Docstring
657657
---------------------------------------------
658658

659659
The `docstring` argument allows you to access the Gherkin docstring defined in your steps as a multiline string.
660-
The content of the docstring is passed as a single string, with each line separated by `\n`.
660+
The content of the docstring is passed as a single string, with each line separated by `\\n`.
661661
Leading indentation are stripped.
662662

663663
For example, the Gherkin docstring:

0 commit comments

Comments
 (0)