Update nmap_xml_parser.py

This commit is contained in:
Jake Miller 2018-01-01 19:46:32 -06:00 committed by GitHub
parent 98399e1bee
commit a1ac820207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ from time import sleep
if not version.startswith('3'):
print('\nThis script is inteded to be run with Python3. If using another version and encounter an error, try using Python3\n')
print('\nThis script is intended to be run with Python3. If using another version and encounter an error, try using Python3\n')
sleep(3)