mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix minor typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user