lib.data: fix typo.
This commit is contained in:
parent
0c4fda92fe
commit
16be75e02c
2 changed files with 2 additions and 2 deletions
|
|
@ -425,7 +425,7 @@ class _AggregateMeta(ShapeCastable, type):
|
|||
else:
|
||||
# This is a class that has a base class with a layout and annotations. Such a class
|
||||
# is not well-formed.
|
||||
raise TypeError("Aggregate class '{}' must either inherits or specify a layout, "
|
||||
raise TypeError("Aggregate class '{}' must either inherit or specify a layout, "
|
||||
"not both"
|
||||
.format(name))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue