From 5ae9604be2759b3fa7f63da3cbe8cc38e8455820 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Thu, 4 Apr 2024 08:30:38 -0400 Subject: [PATCH] update comment. Co-authored-by: Ryan Ly --- lindi/LindiH5pyFile/LindiH5pyFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lindi/LindiH5pyFile/LindiH5pyFile.py b/lindi/LindiH5pyFile/LindiH5pyFile.py index afe0498..eba0e81 100644 --- a/lindi/LindiH5pyFile/LindiH5pyFile.py +++ b/lindi/LindiH5pyFile/LindiH5pyFile.py @@ -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"):