From eb415af2fafb2c1c830fe164fcfd1f3e8be718c8 Mon Sep 17 00:00:00 2001 From: thijskamphuis Date: Tue, 28 Jan 2025 01:54:55 +0100 Subject: [PATCH] Update src/test.py --- src/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.py b/src/test.py index 671e1a7..bfcec2c 100644 --- a/src/test.py +++ b/src/test.py @@ -7,7 +7,7 @@ class Calculator: def __init__(self, value=0): """ - Initializes the calculator with a starting value. PP + Initializes the calculator with a starting value. :param value: The starting value of the calculator (default is 0). """