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 452213e commit f38bc50Copy full SHA for f38bc50
src/blosc2/core.py
@@ -894,7 +894,7 @@ def free_resources() -> None:
894
895
The number of threads can also be set via the ``BLOSC_NTHREADS`` environment
896
variable (e.g., ``export BLOSC_NTHREADS=1``). Additionally, you may want to set
897
- ``NUMEXPR_NUM_THREADS`` as well since numexpr is used under the hood
+ ``NUMEXPR_NUM_THREADS`` as well since numexpr is used under the hood
898
(e.g., ``export NUMEXPR_NUM_THREADS=1``).
899
900
Examples
0 commit comments