Skip to content

Commit f8ac982

Browse files
authored
documentation: add missing quotation mark
1 parent 34249d4 commit f8ac982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ Here is an end-to-end example:
16561656
16571657
mxnet_estimator.fit('file:///tmp/my_training_data')
16581658
transformer = mxnet_estimator.transformer(1, 'local', assemble_with='Line', max_payload=1)
1659-
transformer.transform('s3://my/transform/data, content_type='text/csv', split_type='Line')
1659+
transformer.transform('s3://my/transform/data', content_type='text/csv', split_type='Line')
16601660
transformer.wait()
16611661
16621662
# Deletes the SageMaker model

0 commit comments

Comments
 (0)