Skip to content

Commit 9b7e1bf

Browse files
authored
fix[docs]: Fix mismatched backticks (#303)
1 parent 1112432 commit 9b7e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/repeating_tasks_with_different_inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ More powerful are user-defined ids.
7979

8080
### User-defined ids
8181

82-
The {func}`@pytask.mark.task <pytask.mark.task> decorator has an `id` keyword, allowing
82+
The {func}`@pytask.mark.task <pytask.mark.task>` decorator has an `id` keyword, allowing
8383
the user to set a unique name for the iteration.
8484

8585
```python

0 commit comments

Comments
 (0)