We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f47bcd commit a812bfeCopy full SHA for a812bfe
gpiozero/cli/pinout.py
@@ -56,7 +56,7 @@ def main():
56
try:
57
pi_info().pprint(color=args.color)
58
except IOError:
59
- print('This device is not an Raspberry Pi?')
+ print('This device is not a Raspberry Pi?')
60
exit(2)
61
else:
62
pi_info(args.revision).pprint(color=args.color)
0 commit comments