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 c11fc3f commit 5a1754fCopy full SHA for 5a1754f
src/pyospackage/add_numbers.py
@@ -9,7 +9,7 @@
9
10
def add_numbers(a: float, b: float) -> float:
11
"""
12
- Add two numbers together and return the result.
+ Add two numbers together and return the result value.
13
14
This is an example function with a numpy style docstring.
15
We recommend using this style for consistency and readability.
0 commit comments