Skip to content

Commit 0ab3bde

Browse files
committed
Fix grammatical error
1 parent 1ea812a commit 0ab3bde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/arguments/utility.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ def get_ans(self, questions_list):
7575
This function prints the answer to the queries
7676
(question and tags) provided by the user. It does so
7777
in the following manner :
78-
78+
7979
1) Takes in account only th first question id from the
8080
list of question ids
81-
81+
8282
2) Tries to get a response from the url obtained by appending
8383
question id to the search_content_url variable
84-
84+
8585
3) Use the data received from the above request and loop
86-
through it to print the answer
86+
through it to print the answer
8787
"""
8888
ans = []
8989
for questions in range(1):
@@ -107,7 +107,7 @@ def get_ans(self, questions_list):
107107
for output_index, output_text in enumerate(output_content):
108108
"""
109109
Loop through the output_text and print the element
110-
if it the last one, the text[0] is printed
110+
if it is the last one, the text[0] is printed
111111
along with text[-1]
112112
113113
if text is markdown , render the markdown

0 commit comments

Comments
 (0)