We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c6c5 commit fcb7c30Copy full SHA for fcb7c30
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