Skip to content

Commit 67e6f24

Browse files
committed
Corrected some incorrect comments
1 parent c8968c3 commit 67e6f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arguments/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)