diff --git a/python/damask/_vtk.py b/python/damask/_vtk.py index ccbfddd98..17d8afa53 100644 --- a/python/damask/_vtk.py +++ b/python/damask/_vtk.py @@ -257,7 +257,7 @@ class VTK: Parameters ---------- - grid : sequence of floats, len (3) + grid : sequence of sequences of floats, len (3) Grid coordinates along x, y, and z directions. Returns