Skip to content

Commit

Permalink
📝 Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sprytnyk committed May 3, 2021
1 parent c5a1b2c commit b971510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plerr/errors/basic/E0100.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Foo:
def __init__(self, data):
self.data = data

def get_itmes(self):
def get_items(self):
yield from self.data


Expand Down

0 comments on commit b971510

Please sign in to comment.