Skip to content

Commit

Permalink
updated wecsim io docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruehl committed Oct 1, 2020
1 parent 6726562 commit 01272d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mhkit/wave/io/wecsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def read_output(file_name):
"""
Loads the wecSim response class once 'output' has been saved to a *.mat
Loads the wecSim response class once 'output' has been saved to a `.mat`
structure.
NOTE: Python is unable to import MATLAB objects.
Expand All @@ -13,7 +13,7 @@ def read_output(file_name):
Parameters
------------
file_name: string
Name of wecSim output file saved as a *.mat structure
Name of wecSim output file saved as a `.mat` structure
Returns
Expand Down

0 comments on commit 01272d0

Please sign in to comment.