Skip to content

Commit

Permalink
Small fix in documentation of save function
Browse files Browse the repository at this point in the history
  • Loading branch information
fzeiser committed Jan 17, 2020
1 parent 7b6d7e8 commit 5fd6b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ompy/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def save(self, path: Union[str, Path], filetype: Optional[str] = None):
Args:
path (str or Path): path to file to save
filetype (str, optional): Filetype to save. Has an
auto-recognition.
auto-recognition. Options: ["numpy", "tar", "mama"]
Raises:
ValueError: If filetype is unknown
Expand Down
2 changes: 1 addition & 1 deletion ompy/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def save(self, path: Union[str, Path],
Args:
path (str or Path): Path to save
filetype (str, optional): Filetype. Default uses
auto-recognition from suffix.
auto-recognition from suffix. Options: ["numpy", "tar", "mama"]
Raises:
ValueError: Filetype is not supported
Expand Down

0 comments on commit 5fd6b62

Please sign in to comment.