We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15830c commit 2c6fc7cCopy full SHA for 2c6fc7c
src/arguments/utility.py
@@ -75,15 +75,15 @@ def get_ans(self, questions_list):
75
This function prints the answer to the queries
76
(question and tags) provided by the user. It does so
77
in the following manner :
78
-
79
- 1) Takes in account only th first question id from the
+
+ 1) Takes in account only th first question id from the
80
list of question ids
81
82
2) Tries to get a response from the url obtained by appending
83
- question id to the search_content_url variable
84
+ question id to the search_content_url variable
85
3) Use the data received from the above request and loop
86
- through it to print the answer
+ through it to print the answer
87
"""
88
ans = []
89
for questions in range(1):
0 commit comments