Skip to content

Commit 8368584

Browse files
committed
updated doc string
1 parent 7e4893c commit 8368584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/serializers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@ def serialize(self, data):
374374
"""Serialize file data to a raw bytes.
375375
376376
Args:
377-
data (object): Data to be serialized. The data can be a string,
377+
data (object): Data to be serialized. The data can be a string
378378
representing file-path or the raw bytes from a file.
379379
Returns:
380-
raw-bytes: The data serialized as a raw-bytes from the input.
380+
raw-bytes: The data serialized as raw-bytes from the input.
381381
"""
382382
if isinstance(data, str):
383383
try:

0 commit comments

Comments
 (0)