mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-26 05:40:23 +00:00
Change comment I forgot to change when copy-pasting
This commit is contained in:
parent
191a99b3f4
commit
874696d9ff
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def __init_terminal_provider():
|
|||
providers = get_current_terminal_adapters()
|
||||
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???
|
||||
# really what kind of person has 2 simultaneous T.E???
|
||||
print("Multiple providers found select the appropriate one:")
|
||||
for i, x in enumerate(providers):
|
||||
print(f'{i}. {x.__str__()}')
|
||||
|
|
Loading…
Reference in a new issue