Fix minor typo

This commit is contained in:
Stewart
2016-11-07 22:34:41 +00:00
parent 5f47bcd379
commit a812bfedeb

View File

@@ -56,7 +56,7 @@ def main():
try:
pi_info().pprint(color=args.color)
except IOError:
print('This device is not an Raspberry Pi?')
print('This device is not a Raspberry Pi?')
exit(2)
else:
pi_info(args.revision).pprint(color=args.color)