8000 grammar · sailfish009/zarr-python@3bec311 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bec311

Browse files
committed
grammar
1 parent c16ecaf commit 3bec311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,8 @@ This array is safe to read or write from multiple processes.
983983

984984
When using multiple processes to parallelize reads or writes with the blosc
985985
compression library, it is necessary to set ``zarr.blosc.use_threads = False``,
986-
as bloscs context manager will share incorrect global state amongst processes.
986+
as blosc's context manager will share incorrect global state amongst processes.
987+
Disabling will allow the 'contextual' manager to have correct local state.
987988

988989
Please note that support for parallel computing is an area of ongoing research
989990
and development. If you are using Zarr for parallel computing, we welcome

0 commit comments

Comments
 (0)
0