Skip to content

Commit

Permalink
docs(filter): gemerate
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Apr 19, 2023
1 parent 3382209 commit bb17994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mafic/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def __eq__(self, other: object) -> bool:
)

def __repr__(self) -> str:
"""Gemerate the string representation of this filter."""
"""Generate the string representation of this filter."""
slots = self.__slots__

attrs = [
Expand Down

0 comments on commit bb17994

Please sign in to comment.