From 2313bb519ecaff4f899441f6eed4fe105552c2b7 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Wed, 23 Nov 2022 14:33:07 +0100 Subject: [PATCH] continued programming interface demo/docs --- src/try-programming-interface.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/try-programming-interface.py b/src/try-programming-interface.py index 5ad528e..03664dd 100644 --- a/src/try-programming-interface.py +++ b/src/try-programming-interface.py @@ -35,7 +35,11 @@ printed or converted to a string. print(multiple_objects) """ -After the first "text search" you can either search +After the first "text search" you can either again search again with the same function, +or you can further explore one of the options from the previous search. +For this simply call Search.choose(self, index: int). +The index represents the number in the previously returned instance of MultipleOptions. Thus +you **NEED TO BEFORHAND DO A "TEX SEARCH"**. Else it will not work. """ """