Skip to content

Commit

Permalink
prompts: fix typo in Python prompt (#610)
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored Sep 14, 2024
1 parent 43cc6c0 commit 9291a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompts/template_xml/python_problem.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Your goal is to write a fuzzing harness for the provided method signature to fuz
<method_signature>
{METHOD_SIGNATURE}
</method_signature>
The target method is belonging to the Java project {PROJECT_NAME} ({PROJECT_URL}).
The target method is belonging to the Python project {PROJECT_NAME} ({PROJECT_URL}).
This method requires {ARG_COUNT} arguments. You must prepare them with random seeded data.
{CLASS_METHOD_OR_GENERAL_METHOD}
</target>
Expand Down

0 comments on commit 9291a8f

Please sign in to comment.