Skip to content

Commit 8805c8f

Browse files
authored
docs: fix missing python prefix (#282)
1 parent 8a620f5 commit 8805c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/fuzzing/analyzing-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Once a solution is found, the fuzzer can be run in *repro* mode which will:
99
Repro mode can be run after stopping execution, or before executing the fuzzing loop.
1010

1111
```python
12-
tsffs.iface.fuzz.repro("%simics%/solutions/TESTCASE")
13-
```
12+
@tsffs.iface.fuzz.repro("%simics%/solutions/TESTCASE")
13+
```

0 commit comments

Comments
 (0)