We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10830d commit 72e3f5bCopy full SHA for 72e3f5b
write_the/commands/docs/prompts.py
@@ -4,7 +4,7 @@
4
docs_template = """
5
Provide Google style docstrings for the given code.
6
Include description, parameter types, exceptions, side effects, notes, and examples.
7
-Return only the docstrings, with function/class names as keys.
+Return only the docstrings, with function/class names as yaml keys.
8
Use the Class.method format for methods.
9
10
Example:
0 commit comments