Skip to content

Commit be480c2

Browse files
authored
Merge pull request #171 from mwcraig/fix-filename-type
Better document type options
2 parents fa373c9 + 127e94f commit be480c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrowidgets/interface_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def save(self, filename: str | os.PathLike, overwrite: bool = False) -> None:
9696
9797
Parameters
9898
----------
99-
filename : str
99+
filename : str or `os.PathLike`
100100
The file to save to. The format is determined by the
101101
extension.
102102

0 commit comments

Comments
 (0)