Skip to content

Commit 1caa19e

Browse files
committed
fix comment.
1 parent 489d117 commit 1caa19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/local/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def split(self, file):
221221
class NoneSplitter(Splitter):
222222
"""Does not split records, essentially reads the whole file."""
223223

224-
# non-utf8 charactors.
224+
# non-utf8 charactors.
225225
_textchars = bytearray({7, 8, 9, 10, 12, 13, 27} | set(range(0x20, 0x100)) - {0x7F})
226226

227227
def split(self, file):

0 commit comments

Comments
 (0)