Skip to content

Commit 452213e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/blosc2/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -893,9 +893,9 @@ def free_resources() -> None:
893893
resources when you are not going to use Blosc for a long time.
894894
895895
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
898-
the hood (e.g., ``export NUMEXPR_NUM_THREADS=1``).
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
898+
(e.g., ``export NUMEXPR_NUM_THREADS=1``).
899899
900900
Examples
901901
--------

0 commit comments

Comments
 (0)