Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela authored Oct 9, 2022
1 parent 85fa5d9 commit 38b2851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Use ``@overrides`` to indicate that a subclass method should override a supercla
return y
@overrides
def zoo(self): # Raises, because does not exists in the super class.
def zoo(self): # Raises, because does not exist in the super class.
return "foobarzoo"
Use ``EnforceOverrides`` to require subclass methods that shadow superclass methods to be decorated
Expand Down

0 comments on commit 38b2851

Please sign in to comment.