[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Fix use of quotes in API documentation



Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>
Signed-off-by: Peter Palfrader <peter@palfrader.org>
---
 API |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/API b/API
index 64d5d72..40c97f6 100644
--- a/API
+++ b/API
@@ -53,9 +53,9 @@ summary: list all binary packages associated with this source package at that ve
     'package': "tor",
     'version': "0.2.1.22-1",
     'result':
-        [   { 'name": 'tor'      , 'version': '0.2.1.22-1' },
-            { 'name": 'tor-dbg'  , 'version': '0.2.1.22-1' },
-            { 'name": 'tor-geoip', 'version': '0.2.1.22-1' },
+        [   { 'name': 'tor'      , 'version': '0.2.1.22-1' },
+            { 'name': 'tor-dbg'  , 'version': '0.2.1.22-1' },
+            { 'name': 'tor-geoip', 'version': '0.2.1.22-1' },
             ...
         ]
 }
-- 
1.5.6.5



Reply to: