Skip to content

Commit f76bd0f

Browse files
Fix typo
1 parent 1cd50d7 commit f76bd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def convert_ids_to_tokens(inv_vocab, ids):
9999

100100

101101
def whitespace_tokenize(text):
102-
"""Runs basic whitespace cleaning and splitting on a peice of text."""
102+
"""Runs basic whitespace cleaning and splitting on a piece of text."""
103103
text = text.strip()
104104
if not text:
105105
return []

0 commit comments

Comments
 (0)