Skip to content

Commit 024e013

Browse files
author
Balaji Veeramani
committed
Merge branch 'json-lines-deserializer' of github.com:bveeramani/sagemaker-python-sdk into json-lines-deserializer
2 parents b4f1d23 + 6ce2c5e commit 024e013

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)