Skip to content

Commit 5a1754f

Browse files
authored
enh: update docstring
Updated docstring to clarify return value.
1 parent c11fc3f commit 5a1754f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyospackage/add_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def add_numbers(a: float, b: float) -> float:
1111
"""
12-
Add two numbers together and return the result.
12+
Add two numbers together and return the result value.
1313
1414
This is an example function with a numpy style docstring.
1515
We recommend using this style for consistency and readability.

0 commit comments

Comments
 (0)