Skip to content

Commit

Permalink
Docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Nov 2, 2023
1 parent 0fa11fc commit 7b57bd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mikeio/dfsu/_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b57bd9

Please sign in to comment.