From ff83335b72e50ee7bc7b3c3f7d8f56b9f6031fe5 Mon Sep 17 00:00:00 2001 From: Thijs Kamphuis Date: Tue, 28 Jan 2025 01:27:46 +0100 Subject: [PATCH] test2 --- src/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.py b/src/test.py index 96878af..671e1a7 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. + Initializes the calculator with a starting value. PP :param value: The starting value of the calculator (default is 0). """