Skip to content

Commit

Permalink
Rename method to .find()
Browse files Browse the repository at this point in the history
  • Loading branch information
Croebh committed Oct 17, 2022
1 parent 622da84 commit 354a276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliasing/api/statblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def max_pact_slots(self):
"""
return self._spellbook.max_pact_slots

def get(self, spell_name: str):
def find(self, spell_name: str):
"""
Returns a list of the spells of the given name in the spellbook, case-insensitive.
Expand Down

0 comments on commit 354a276

Please sign in to comment.