Skip to content

Commit

Permalink
Fix bad english
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveon committed Aug 12, 2018
1 parent 091bf22 commit 271b12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemonterminal/scripter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init_terminal_provider():
if len(providers) > 1:
# All this if is really not supposed to happen at all whatsoever
# really what kind of person has 2 simultaneous T.E???
print("Multiple providers found select the appropriate one:")
print("Multiple providers found, please select the appropriate one.")
for i, x in enumerate(providers):
print(f'{i}. {x.__str__()}')
print("If some of these make no sense or are irrelevant please file " +
Expand Down Expand Up @@ -46,7 +46,7 @@ def __init_wallpaper_provider():
if len(providers) > 1:
# All this if is really not supposed to happen at all whatsoever
# really what kind of person has 2 simultaneous D.E???
print("Multiple providers found select the appropriate one:")
print("Multiple providers found, please select the appropriate one.")
for i, x in enumerate(providers):
print(f'{i}. {x.__str__()}')
print("If some of these make no sense or are irrelevant please file " +
Expand Down

0 comments on commit 271b12c

Please sign in to comment.