Fix minor typo (#2713)

This commit is contained in:
Brenden Campbell 2019-05-20 13:24:05 -04:00 committed by Michael H
parent cdcde26dfc
commit 1cfce8b72c

View File

@ -254,7 +254,7 @@ async def reset_red():
"please select option 5 in the launcher." "please select option 5 in the launcher."
) )
await asyncio.sleep(2) await asyncio.sleep(2)
print("\nIf you continue you will remove these instanes.\n") print("\nIf you continue you will remove these instances.\n")
for instance in list(instances.keys()): for instance in list(instances.keys()):
print(" - {}".format(instance)) print(" - {}".format(instance))
await asyncio.sleep(3) await asyncio.sleep(3)