diff --git a/doc/first_steps.rst b/doc/first_steps.rst index fcf47cd..e7e72ea 100644 --- a/doc/first_steps.rst +++ b/doc/first_steps.rst @@ -44,7 +44,7 @@ Let's take look at the example label file:: { "y": 155.0, "x": 409.0, - "type": "point", + "type": "point" } ], "filename": "image2.jpg" diff --git a/examples/example1_labels.json b/examples/example1_labels.json index 04122ff..47c9fb9 100644 --- a/examples/example1_labels.json +++ b/examples/example1_labels.json @@ -25,7 +25,7 @@ { "y": 155.0, "x": 409.0, - "type": "point", + "type": "point" } ], "filename": "image2.jpg"