Tweak wording

This commit is contained in:
Andrew Scheller 2015-11-16 15:52:23 +00:00
parent effc092b63
commit 5a67a4702d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def load_overlay(overlay):
actual_pin = pinout.pins[pin]
if actual_pin['type'] in ['+3v3', '+5v', 'GND'] and overlay != 'ground':
raise Exception("{} includes a reference to the {} pin, which isn't allowed".format(overlay, actual_pin['type']))
raise Exception("{} includes a reference to a {} pin, which isn't allowed".format(overlay, actual_pin['type']))
else:
uses += 1