We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4f1d23 + 6ce2c5e commit 024e013Copy full SHA for 024e013
src/sagemaker/deserializers.py
@@ -255,7 +255,7 @@ class JSONLinesDeserializer(BaseDeserializer):
255
def deserialize(self, stream, content_type):
256
"""Deserialize JSON lines data from an inference endpoint.
257
258
- See https://docs.python.org/3/library/json.html#py-to-json-table tp
+ See https://docs.python.org/3/library/json.html#py-to-json-table to
259
understand how JSON values are converted to Python objects.
260
261
Args:
0 commit comments