From 5d8a734b35062d1fb87692053703c81fbb48d8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Reni=C3=A9?= Date: Wed, 28 Dec 2016 07:52:40 +0100 Subject: [PATCH] Fix #209 -- default format is treejson, not completer Thanks for the report, @wyndhblb! --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 5d4a936..50c6462 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -59,7 +59,7 @@ Parameters: The query to search for. *format* - The output format to use. Can be ``completer`` (default) or ``treejson``. + The output format to use. Can be ``completer`` or ``treejson`` (default). *wildcards* (0 or 1) Whether to add a wildcard result at the end or no. Default: 0.