We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd088e0 commit 9281304Copy full SHA for 9281304
docs/guide/storage.rst
@@ -72,7 +72,7 @@ that implements the `AbstractFileSystem` API,
72
.. code-block:: python
73
74
>>> import zarr
75
- >>> store = zarr.storage.RemoteStore("gs://foo/bar", mode="r")
+ >>> store = zarr.storage.RemoteStore.from_url("gs://foo/bar", mode="r")
76
>>> zarr.open(store=store)
77
<Array <RemoteStore(GCSFileSystem, foo/bar)> shape=(10, 20) dtype=float32>
78
0 commit comments