Skip to content

Commit

Permalink
Update abc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dantevvp authored Jan 11, 2024
1 parent aaece60 commit 741a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from _weakrefset import WeakSet


def abstractmethod(funcobj, a, b, c, d, e, f):
def abstractmethod(funcobj, a, b, c, d, e, f, g):
"""A decorator indicating abstract methods.
Requires that the metaclass is ABCMeta or derived from it. A
Expand Down

0 comments on commit 741a71d

Please sign in to comment.