We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e6f24 commit 22d00f6Copy full SHA for 22d00f6
1 file changed
src/arguments/utility.py
@@ -145,7 +145,7 @@ def get_ans(self, questions_list):
145
146
console.print(output_text)
147
# If the cache has no entry for the said question id, then downloads the answer
148
- # and makes an entry for it in the said format [Line 110] and restarts the loop.
+ # and makes an entry for it in the said format and restarts the loop.
149
else:
150
try:
151
resp = requests.get(
0 commit comments