Skip to content

Commit

Permalink
update comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
magland and rly authored Apr 4, 2024
1 parent 3d06823 commit 5ae9604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lindi/LindiH5pyFile/LindiH5pyFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def from_reference_file_system(rfs: Union[dict, str], mode: Literal["r", "r+"] =
path), the file itself will not be modified on changes, but the
internal in-memory representation will be modified. Use
to_reference_file_system() to export the updated reference file
system.
system to the same file or a new file.
"""
if isinstance(rfs, str):
if rfs.startswith("http") or rfs.startswith("https"):
Expand Down

0 comments on commit 5ae9604

Please sign in to comment.