From aee0f75c5512974b860043dd390994372961ba0f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 30 Dec 2020 08:21:10 +1100 Subject: [PATCH] docs: fix simple typo, retunred -> returned There is a small typo in ibm_watson/discovery_v1.py. Should read `returned` rather than `retunred`. --- ibm_watson/discovery_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_watson/discovery_v1.py b/ibm_watson/discovery_v1.py index 4eb67664..3dc4d4d5 100644 --- a/ibm_watson/discovery_v1.py +++ b/ibm_watson/discovery_v1.py @@ -1815,7 +1815,7 @@ def query(self, parameter. :param bool spelling_suggestions: (optional) When `true` and the **natural_language_query** parameter is used, the **natural_languge_query** - parameter is spell checked. The most likely correction is retunred in the + parameter is spell checked. The most likely correction is returned in the **suggested_query** field of the response (if one exists). **Important:** this parameter is only valid when using the Cloud Pak version of Discovery.