From 4a329733c1a2426e1a89a9bb5dd71a18d2f77a6e Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Fri, 6 Feb 2026 05:59:00 -0800 Subject: [PATCH] docs: fix missing python prefix --- docs/src/fuzzing/analyzing-results.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/fuzzing/analyzing-results.md b/docs/src/fuzzing/analyzing-results.md index b749563be..0cfdf3b7e 100644 --- a/docs/src/fuzzing/analyzing-results.md +++ b/docs/src/fuzzing/analyzing-results.md @@ -9,5 +9,5 @@ Once a solution is found, the fuzzer can be run in *repro* mode which will: Repro mode can be run after stopping execution, or before executing the fuzzing loop. ```python -tsffs.iface.fuzz.repro("%simics%/solutions/TESTCASE") -``` \ No newline at end of file +@tsffs.iface.fuzz.repro("%simics%/solutions/TESTCASE") +```