Skip to content

Commit

Permalink
Merge pull request #171 from mwcraig/fix-filename-type
Browse files Browse the repository at this point in the history
Better document type options
  • Loading branch information
pllim authored Jul 10, 2023
2 parents c0ec34a + 0e37459 commit 50258f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astrowidgets/ginga.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def save(self, filename, overwrite=False):
Parameters
----------
filename : str
filename : str or `os.PathLike`
Name of file to save to.
overwrite : bool, optional
Expand Down
2 changes: 1 addition & 1 deletion astrowidgets/interface_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def save(self, filename: str | os.PathLike, overwrite: bool = False) -> None:
Parameters
----------
filename : str
filename : str or `os.PathLike`
The file to save to. The format is determined by the
extension.
Expand Down

0 comments on commit 50258f2

Please sign in to comment.