Skip to content

Commit f38bc50

Browse files
authored
Update core.py
1 parent 452213e commit f38bc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blosc2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ def free_resources() -> None:
894894
895895
The number of threads can also be set via the ``BLOSC_NTHREADS`` environment
896896
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
897+
``NUMEXPR_NUM_THREADS`` as well since numexpr is used under the hood
898898
(e.g., ``export NUMEXPR_NUM_THREADS=1``).
899899
900900
Examples

0 commit comments

Comments
 (0)