Skip to content

Commit 0b53114

Browse files
committedJan 5, 2016
typo
1 parent 3fca6c1 commit 0b53114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎migen/fhdl/structure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __getitem__(self, key):
107107
return Cat(self[i] for i in range(start, stop, step))
108108
return _Slice(self, start, stop)
109109
else:
110-
raise TypeError("Can use type {} ({}) as key".format(
110+
raise TypeError("Cannot use type {} ({}) as key".format(
111111
type(key), repr(key)))
112112

113113
def eq(self, r):

0 commit comments

Comments
 (0)
Please sign in to comment.