From 9a13a8cfec007aa89ca07bf9e2044ca16a1e3365 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 8 Jun 2011 14:13:14 +0200 Subject: [PATCH] fix syntax error in example label file --- doc/first_steps.rst | 2 +- examples/example1_labels.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"