Spelling error

This commit is contained in:
Anton Hvornum 2020-09-01 13:49:47 +02:00
parent 35db09298d
commit 7734fbee89
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def select_mirror_regions(mirrors, show_top_mirrors=True):
selected_mirrors = {}
if len(regions) >= 1:
for index, region in enumerate(regionss):
for index, region in enumerate(regions):
print(f"{index}: {region}")
print(' -- You can enter ? or help to search for more regions --')