Skip to content

Commit 4d99570

Browse files
author
Scott Sanderson
committed
DOC: Make method incorrect.
1 parent fd8d903 commit 4d99570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Implementations must define interface methods with compatible signatures:
7272
def prove(self, lemma):
7373
print("That's almost a theorem, right?")
7474
75-
def calculate(self, x, y, z):
75+
def calculate(self, x, y):
7676
return x + y
7777
7878
::

0 commit comments

Comments
 (0)