Skip to content

Commit

Permalink
📝 Update MelusineRegex tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPerrier committed Nov 19, 2024
1 parent ee2f745 commit f9199d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/08_MelusineRegex.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ class AnnoyingEmailsRegex(MelusineRegex):
@property
def no_match_list(self) -> List[str]:
return ["Abracadabra, here I am", "I told them not to pass"]



regex = AnnoyingEmailsRegex() # (3)!
```

Expand Down

0 comments on commit f9199d9

Please sign in to comment.