diff --git a/ndindex/ndindex.py b/ndindex/ndindex.py index a688b0ba..1e437427 100644 --- a/ndindex/ndindex.py +++ b/ndindex/ndindex.py @@ -8,7 +8,9 @@ class NDIndexConstructor: """ Convert an object into an ndindex type. - Invalid indices will raise `IndexError`. + Invalid indices will raise `IndexError`, `TypeError`, or `ValueError` + (generally, the same error NumPy would raise if the index were used on an + array). Indices are created by calling `ndindex` with getitem syntax: