We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3162a commit f855fffCopy full SHA for f855fff
2 files changed
document-python-code-with-chatgpt/circle.py
@@ -1,5 +1,5 @@
1
"""Prompt
2
-Write Numpy-style docstrings for the following class and its methods:
+Write NumPy-style docstrings for the following class and its methods:
3
4
class Circle:
5
def __init__(self, radius):
document-python-code-with-chatgpt/doctest_tests.py
-Write a Numpy-style docstring for the following function.
+Write a NumPy-style docstring for the following function.
Add a section with usage examples as doctest tests:
def add(a, b):
0 commit comments