Skip to content

Commit e2e6c83

Browse files
d-v-bTomAugspurger
andauthored
Update src/zarr/storage/_utils.py
Co-authored-by: Tom Augspurger <[email protected]>
1 parent 9e587ea commit e2e6c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _relativize_path(path: str, prefix: str) -> str:
9898
returned as-is. Otherwise, the prefix is removed from the path as well as the separator
9999
string "\".
100100
101-
If ``prefix`` is not the empty string and``path`` does not start with ``prefix``
101+
If ``prefix`` is not the empty string and ``path`` does not start with ``prefix``
102102
followed by a "/" character, then an error is raised.
103103
104104
Parameters

0 commit comments

Comments
 (0)