you spelt if wrong

This commit is contained in:
Harry Peach 2018-04-25 20:51:30 +01:00 committed by GitHub
parent 94a3d0aed3
commit 9d1b510c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ class HaxBackend:
@classmethod
def supported(cls, system_override=None):
""" Returns true iff the given backend is supported on this platform. """
""" Returns true if the given backend is supported on this platform. """
# If we have a SYSTEM_OVERRIDE, use it.
if system_override: