Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jan 5, 2016
1 parent 3fca6c1 commit 0b53114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migen/fhdl/structure.py
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ def __getitem__(self, key):
return Cat(self[i] for i in range(start, stop, step))
return _Slice(self, start, stop)
else:
raise TypeError("Can use type {} ({}) as key".format(
raise TypeError("Cannot use type {} ({}) as key".format(
type(key), repr(key)))

def eq(self, r):

0 comments on commit 0b53114

Please sign in to comment.