8000
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 c16ecaf commit 3bec311Copy full SHA for 3bec311
docs/tutorial.rst
@@ -983,7 +983,8 @@ This array is safe to read or write from multiple processes.
983
984
When using multiple processes to parallelize reads or writes with the blosc
985
compression library, it is necessary to set ``zarr.blosc.use_threads = False``,
986
-as bloscs context manager will share incorrect global state amongst processes.
+as blosc's context manager will share incorrect global state amongst processes.
987
+Disabling will allow the 'contextual' manager to have correct local state.
988
989
Please note that support for parallel computing is an area of ongoing research
990
and development. If you are using Zarr for parallel computing, we welcome
0 commit comments