Skip to content

Commit a812bfe

Browse files
committed
Fix minor typo
1 parent 5f47bcd commit a812bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/cli/pinout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
try:
5757
pi_info().pprint(color=args.color)
5858
except IOError:
59-
print('This device is not an Raspberry Pi?')
59+
print('This device is not a Raspberry Pi?')
6060
exit(2)
6161
else:
6262
pi_info(args.revision).pprint(color=args.color)

0 commit comments

Comments
 (0)