Skip to content

Commit f855fff

Browse files
authored
Numpy -> NumPy
1 parent 7e3162a commit f855fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

document-python-code-with-chatgpt/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Prompt
2-
Write Numpy-style docstrings for the following class and its methods:
2+
Write NumPy-style docstrings for the following class and its methods:
33
44
class Circle:
55
def __init__(self, radius):

document-python-code-with-chatgpt/doctest_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Prompt
2-
Write a Numpy-style docstring for the following function.
2+
Write a NumPy-style docstring for the following function.
33
Add a section with usage examples as doctest tests:
44
55
def add(a, b):

0 commit comments

Comments
 (0)