From 0f72a7473f994dad89340cca76e62545829ef493 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 27 Sep 2022 13:45:39 +0000 Subject: Fix docs for fuzz_count in python --- docs/custom_mutators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/custom_mutators.md') diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 6f3353ec..6b72430a 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -68,7 +68,7 @@ Python: def init(seed): pass -def fuzz_count(buf, add_buf, max_size): +def fuzz_count(buf): return cnt def fuzz(buf, add_buf, max_size): -- cgit 1.4.1