Use # for comment instead of """

pull/1300/head
Jacky Lee 3 years ago committed by Yahya SayadArbabi
parent cdda459ac5
commit b9d13c6a96

@ -11,7 +11,7 @@ import sys
if __name__ == "__main__":
"""Check if the user is using the correct version of Python"""
# Check if the user is using the correct version of Python
python_version = sys.version.split()[0]
if sys.version_info < (3, 6):

Loading…
Cancel
Save