diff --git a/write_the/commands/converters/prompts.py b/write_the/commands/converters/prompts.py index 2637304..a5117c3 100644 --- a/write_the/commands/converters/prompts.py +++ b/write_the/commands/converters/prompts.py @@ -3,6 +3,7 @@ converters_template = """ Convert the following to the desired output. + ```python def add(a, b): return a + b