You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ print(number)
34
34
number = Complex(im=13.2, re=5) # --> Real = 5, Imaginary = 13.2
35
35
print(number)
36
36
# Instanciation 5
37
-
number = Complex(re=3, im=-2.4, resotre=False) # resotre argument is by default True, whenever an error occurs on operation, the last result will be restored to the object, else if it is False then the object will be simply None.
37
+
number = Complex(re=3, im=-2.4, restore=False) # resotre argument is by default True, whenever an error occurs on operation, the last result will be restored to the object, else if it is False then the object will be simply None.
0 commit comments