]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Fixed error in api2doc.py
authorTomek Mrugalski <tomasz@isc.org>
Mon, 19 Aug 2019 15:00:57 +0000 (17:00 +0200)
committerTomek Mrugalski <tomek@isc.org>
Mon, 19 Aug 2019 18:42:39 +0000 (14:42 -0400)
 - the default response had unnecessary quotes

doc/sphinx/api2doc.py

index 8f49edffd5f52d774ea0bb7593c05945379d71a1..25cdf0aa7dc5017522bc691aacd71244e492f344 100755 (executable)
@@ -151,7 +151,7 @@ API Reference
 
         else:
             rst += '   {\n'
-            rst += '       "result": "<integer>",\n'
+            rst += '       "result": <integer>,\n'
             rst += '       "text": "<string>"\n'
             rst += '   }'
         rst += '\n\n'