Skip to content

Commit 3e0498c

Browse files
committed
fixes spelling errors
1 parent 26e84af commit 3e0498c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Blosc package::
141141
>>> blosc.cnames
142142
['blosclz', 'lz4', 'lz4hc', 'snappy', 'zlib', 'zstd']
143143

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

147147
Using different filters
@@ -178,7 +178,7 @@ You can also deactivate filters completely with `NOSHUFFLE`::
178178

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

184184

0 commit comments

Comments
 (0)