diff --git a/src/test.py b/src/test.py index 0573e6a..e967c13 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). """