Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pyosDemo/add_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ def add_num(num_1, num_2):
Parameters
----------
num_1 : int
The second numbersss that the functionsz will add.
The second numbers that the functions will add.
num_2 : int
The second number that the functioon will add.
The second number that the function will add.
Return
------
The sum of wtwo numffbers
The sum of two numbers
"""
return num_1 + num_2