From d01a78cc7b67e4049c18ffb9db078387bac467f2 Mon Sep 17 00:00:00 2001 From: Omar Shykhkerimov Date: Tue, 24 May 2016 16:23:06 +0300 Subject: [PATCH] Fix typo in YAML example Change-Id: Ic03d341e6e081a96d790915087273e5b9f1af90b --- doc/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 9ec35d5..c68ac0a 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -92,7 +92,7 @@ Here is an example how it can be done with the YAML file which looks like: - order_id: 3 item: Piano quantity: 1 - -customer_id: 3 + - customer_id: 3 name: Diana orders: - order_id: 4