From 345ba6642a2f2178e72397e74a7b21cd3b8de10a Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Tue, 28 Jan 2025 10:00:03 -0700 Subject: [PATCH] fix: typos in add_numbers docstring --- src/pyosDemo/add_number.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyosDemo/add_number.py b/src/pyosDemo/add_number.py index d4bbd6f..a1946f2 100644 --- a/src/pyosDemo/add_number.py +++ b/src/pyosDemo/add_number.py @@ -11,7 +11,7 @@ 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. Return