Skip to content

Commit 1c78fcd

Browse files
authored
Update docs/examples/google_cloud.rst
1 parent 81e5302 commit 1c78fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/google_cloud.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ This requires the ``gcsfs`` package in addition to ``zarr``.
1414
path_to_array = "a/b/c"
1515
1616
fs = gcsfs.GCSFileSystem(project=bucket, token='anon', access='read_only')
17-
store = zarr.N5FSStore(url=bucket, fs=fs)
17+
store = zarr.FSStore(url=bucket, fs=fs)
1818
array = zarr.open_array(store=store, path=path_to_array)

0 commit comments

Comments
 (0)