Skip to content

Commit a46c606

Browse files
stevenpittsknikure
authored andcommitted
documentation: add missing quotation mark
1 parent 1be4460 commit a46c606

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
@@ -1659,7 +1659,7 @@ Here is an end-to-end example:
16591659
16601660
mxnet_estimator.fit('file:///tmp/my_training_data')
16611661
transformer = mxnet_estimator.transformer(1, 'local', assemble_with='Line', max_payload=1)
1662-
transformer.transform('s3://my/transform/data, content_type='text/csv', split_type='Line')
1662+
transformer.transform('s3://my/transform/data', content_type='text/csv', split_type='Line')
16631663
transformer.wait()
16641664
16651665
# Deletes the SageMaker model

0 commit comments

Comments
 (0)