Skip to content

Commit 1f43f5a

Browse files
authored
Merge pull request #2955 from gryBox/master
fix apply_map doc string formatting
2 parents 5bd5d40 + 668ebd1 commit 1f43f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prefect/utilities/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def inc_if_even(x):
6868
6969
with Flow("example") as flow:
7070
apply_map(inc_if_even, range(10))
71+
```
7172
"""
7273
from prefect.tasks.core.constants import Constant
7374

0 commit comments

Comments
 (0)