File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def get_ans(self, questions_list):
7777 This function prints the answer to the queries
7878 (question and tags) provided by the user. It does so
7979 in the following manner :
80- 1) Gets the details of all the relavant question and stores their title, link and id in "question_data" list. [See line 104]
80+ 1) Gets the details of all the relavant question and stores their title, link and id in "question_data" list.
8181 2) I have introduced the concept of active question, i.e. , the question whose answer is currently being displayed.
8282 3) The index of the active question in "question_data" array is stored in "question_posx"
8383 2) By Default, shows the answer to the first question. Creates an breakable infinite loop asking the user asnwer to which question he wants to see.
@@ -130,7 +130,7 @@ def get_ans(self, questions_list):
130130 for output_index , output_text in enumerate (output_content ):
131131 """
132132 Loop through the output_text and print the element
133- if it the last one, the text[0] is printed
133+ if it is the last one, the text[0] is printed
134134 along with text[-1]
135135
136136 if text is markdown , render the markdown
You can’t perform that action at this time.
0 commit comments