Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 8b5afbe

Browse files
authored
Merge pull request #229 from gharbat/patch-1
Add missing closing quote
2 parents 8ece24f + 44288e6 commit 8b5afbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/sms-image-classification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following is an example of an [AWS Python SDK \(Boto3\) request](https://bot
2727

2828
```
2929
response = client.create_labeling_job(
30-
LabelingJobName='example-image-classification-labeling-job,
30+
LabelingJobName='example-image-classification-labeling-job',
3131
LabelAttributeName='label',
3232
InputConfig={
3333
'DataSource': {
@@ -113,4 +113,4 @@ Once you have created an image classification labeling job, your output data wil
113113

114114
To learn more about the output manifest file generated by Ground Truth and the file structure the Ground Truth uses to store your output data, see [Output Data](sms-data-output.md)\.
115115

116-
To see an example of an output manifest file from an image classification labeling job, see [Classification Job Output](sms-data-output.md#sms-output-class)\.
116+
To see an example of an output manifest file from an image classification labeling job, see [Classification Job Output](sms-data-output.md#sms-output-class)\.

0 commit comments

Comments
 (0)