Skip to content

Commit 6ce2c5e

Browse files
bveeramanilaurenyu
andauthored
Update src/sagemaker/deserializers.py
Co-authored-by: Lauren Yu <[email protected]>
1 parent e04bfdc commit 6ce2c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/deserializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class JSONLinesDeserializer(BaseDeserializer):
255255
def deserialize(self, stream, content_type):
256256
"""Deserialize JSON lines data from an inference endpoint.
257257
258-
See https://docs.python.org/3/library/json.html#py-to-json-table tp
258+
See https://docs.python.org/3/library/json.html#py-to-json-table to
259259
understand how JSON values are converted to Python objects.
260260
261261
Args:

0 commit comments

Comments
 (0)