Skip to content

Commit 43f319d

Browse files
committed
fix
1 parent 0c0f8c0 commit 43f319d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/how_to_guides/bp_complex_task_repetitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ are growing over time and you run into these problems.
3030
## Solution
3131

3232
The main idea for the solution is quickly explained. We will, first, formalize
33-
dimensions into objects using \[`dataclasses.dataclass`\][].
33+
dimensions into objects using [`dataclasses.dataclass`][].
3434

3535
Secondly, we will combine dimensions in multi-dimensional objects such that we only have
3636
to iterate over instances of this object in a single loop. Here and for the lack of a

docs/source/tutorials/repeating_tasks_with_different_inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ and arguments. Here are three tips to organize the repetitions.
131131

132132
**Dataclass**
133133

134-
\[`dataclasses.dataclass`\][] is a useful container to organize the arguments of the
134+
[`dataclasses.dataclass`][] is a useful container to organize the arguments of the
135135
parametrizations. It also works well with type checkers.
136136

137137
```python

0 commit comments

Comments
 (0)