Skip to content

Commit

Permalink
Update python/hyperon/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: luketpeterson <[email protected]>
  • Loading branch information
Necr0x0Der and luketpeterson authored Sep 14, 2023
1 parent 06e238e commit 329a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hyperon/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _from_ctokenizer(ctokenizer):

def __del__(self):
"""
Destructor that frees the CTokenizer object when the Tokenizer instance is destroyed.
Destructor that frees the underlying resources when the Tokenizer instance is destroyed.
"""
hp.tokenizer_free(self.ctokenizer)

Expand Down

0 comments on commit 329a1a9

Please sign in to comment.