Skip to content

Commit

Permalink
Update docstring to show Path's are also acceptable
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Oct 2, 2024
1 parent df75577 commit 191feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/assemblers/html/assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def save_model(self, fname, **kwargs):
Parameters
----------
fname : str
fname : str | Path
The path to the file to save the HTML into.
"""
if self.model is None:
Expand Down

0 comments on commit 191feaf

Please sign in to comment.