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 8721a52 commit f5718c5Copy full SHA for f5718c5
docs/tutorial.rst
@@ -803,7 +803,7 @@ Here is an example using S3Map to read an array created previously::
803
804
Zarr now also has a builtin storage backend for Azure Blob Storage.
805
The class is :class:`zarr.storage.ABSStore` (requires
806
- `azure-storage-blob <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python>`_
+`azure-storage-blob <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python>`_
807
to be installed)::
808
809
>>> store = zarr.ABSStore(container='test', prefix='zarr-testing', blob_service_kwargs={'is_emulated': True}) # doctest: +SKIP
0 commit comments