Commit 36cbb133 authored by Georg Schölly's avatar Georg Schölly

fix ValueRank.FourDimensions value

parent 511cfa47
......@@ -300,7 +300,7 @@ class ValueRank(IntEnum):
# the next names are not in spec but so common we express them here
TwoDimensions = 2
ThreeDimensions = 3
FourDimensions = 3
FourDimensions = 4
class AccessLevel(IntEnum):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment