diff --git a/mikeio/dfsu/_mesh.py b/mikeio/dfsu/_mesh.py index 8586c83d3..be8273b98 100644 --- a/mikeio/dfsu/_mesh.py +++ b/mikeio/dfsu/_mesh.py @@ -14,16 +14,15 @@ class Mesh: """ - The Mesh class is initialized with a mesh or a dfsu file. + The Mesh class is initialized with a mesh file. Parameters --------- filename: str - dfsu or mesh filename + mesh filename Examples -------- - >>> import mikeio >>> msh = mikeio.Mesh("tests/testdata/odense_rough.mesh") >>> msh