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 a8700f1 commit 86837ebCopy full SHA for 86837eb
src/arguments/search.py
@@ -47,7 +47,7 @@ def search_for_results(self, save=False):
47
# ask quesiton
48
for each_query in queries:
49
# Be careful if there are
50
- # KeyBpard Interupts or EOErrors
+ # KeyBoard Interrupts or EOErrors
51
try:
52
prompt = Prompt(str(each_query)).prompt()
53
except:
@@ -68,7 +68,7 @@ def search_for_results(self, save=False):
68
\U0001F4C2 You can save an answer to a file with '-file'
69
70
Not found what you were looking for \U00002754
71
- \U0001F4C4 Open browser and post your question on StackOverflow with '-n [title (oprional)]'
+ \U0001F4C4 Open browser and post your question on StackOverflow with '-n [title (optional)]'
72
73
\U0001F50E To search more use '-s'
74
''')
0 commit comments