Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Blosc/python-blosc
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 3, 2020
2 parents 5baad56 + 20a84da commit c8ae646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Blosc package::
>>> blosc.cnames
['blosclz', 'lz4', 'lz4hc', 'snappy', 'zlib', 'zstd']

*Note*: the actual list of codecs may change depening on how you have
*Note*: the actual list of codecs may change depending on how you have
compiled the underlying C-Blosc library.

Using different filters
Expand Down Expand Up @@ -178,7 +178,7 @@ You can also deactivate filters completely with `NOSHUFFLE`::

So you have quite a bit of flexibility on choosing different codecs and
filters inside Blosc. Again, depending on the dataset you have and the
requeriments on performance, you may want to experiment a bit before
requirements on performance, you may want to experiment a bit before
sticking with your preferred one.


Expand Down

0 comments on commit c8ae646

Please sign in to comment.