Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
minor docstring errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed May 23, 2021
1 parent 4a07338 commit 841bd0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mesmerize/viewer/modules/femtonics_mesc.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def set_file(self, path: str, *args):
"""
Create an h5py file handle from the `.mesc` file at the given ``path``.
*args are not used, its just there for compatibility with the decorator.
``*args`` are not used, its just there for compatibility with the decorator.
:param path: path to the `.mes` file
:type path: str
Expand All @@ -314,7 +314,7 @@ def close_file(self, *args):
"""
Close the file handle
:param args: *args not used, just there for compatibility with the decorator
:param args: ``*args`` not used, just there for compatibility with the decorator
"""
self.mesc_navigator.close_file()
self.ui.label_current_file_name.clear()
Expand Down Expand Up @@ -368,7 +368,7 @@ def import_recording(self, *args):
Imports the chosen recording into the Viewer Work Environment based
on the user selected hpath from the list widgets
*args not used, just there for compatibility with the decorator
``*args`` not used, just there for compatibility with the decorator
"""
if not self.vi.discard_workEnv():
return
Expand Down

0 comments on commit 841bd0a

Please sign in to comment.