fixed indention problem when pasting docstring
This commit is contained in:
parent
19035ab84f
commit
7d8b5bb1b9
@ -55,7 +55,7 @@ class Calculator():
|
||||
With only one number provided, just mulitply the
|
||||
running total with the lone value.
|
||||
"""
|
||||
running_total = self.total
|
||||
running_total = self.total
|
||||
|
||||
if val2:
|
||||
total = val1 * val2
|
||||
|
Loading…
Reference in New Issue
Block a user