We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3b94e commit 9eb2e4dCopy full SHA for 9eb2e4d
source/docs/operators/addition_assignment.rst
@@ -25,7 +25,7 @@ Time Complexity
25
26
Remarks
27
=======
28
-Equivalent to A = A + B.
+Equivalent to A = A + B, if **__iadd__** method is not defined
29
30
Example
31
0 commit comments