Skip to content

Commit 86837eb

Browse files
committed
Fix typos
1 parent a8700f1 commit 86837eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arguments/search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def search_for_results(self, save=False):
4747
# ask quesiton
4848
for each_query in queries:
4949
# Be careful if there are
50-
# KeyBpard Interupts or EOErrors
50+
# KeyBoard Interrupts or EOErrors
5151
try:
5252
prompt = Prompt(str(each_query)).prompt()
5353
except:
@@ -68,7 +68,7 @@ def search_for_results(self, save=False):
6868
\U0001F4C2 You can save an answer to a file with '-file'
6969
7070
Not found what you were looking for \U00002754
71-
\U0001F4C4 Open browser and post your question on StackOverflow with '-n [title (oprional)]'
71+
\U0001F4C4 Open browser and post your question on StackOverflow with '-n [title (optional)]'
7272
7373
\U0001F50E To search more use '-s'
7474
''')

0 commit comments

Comments
 (0)