We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc4bf0 commit e12a0deCopy full SHA for e12a0de
example.py
@@ -23,7 +23,7 @@ def difference(self):
23
"""
24
Compute :math:`x - y`.
25
26
- return self.y - self.x
+ return self.x - self.y
27
28
def product(self):
29
0 commit comments