diff --git a/pullIPs.py b/pullIPs.py index 158b55c..ef817f9 100644 --- a/pullIPs.py +++ b/pullIPs.py @@ -17,7 +17,7 @@ for prefix in datain['prefixes']: for region in outdict: print(f'{region}') -select = input('Enter name of location to recieve associated IPs: ') +select = input('Enter name of location to receive associated IPs: ') print('\n'*100) print(f'Displaying IP ranges for {select}')