docs: fix multiple typos in documentation and source code

This commit is contained in:
AmmarYasser455
2026-01-30 03:44:15 +02:00
parent 9a979b7429
commit fcc5ce3f92
9 changed files with 17 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ class CountedTokenIDs:
""" A list of token IDs with their respective counts, sorted
from least frequent to most frequent.
If a token count is one, then statistics are likely to be unavaible
If a token count is one, then statistics are likely to be unavailable
and a relatively high count is assumed instead.
"""