Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke authored and FrancescAlted committed Aug 21, 2022
1 parent 287d975 commit a8bd9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blosc2/blosc2_ext.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ cdef class SChunk:

def __init__(self, schunk=None, chunksize=8*10**6, data=None, mode="a", **kwargs):
# hold on to a bytestring of urlpath for the lifetime of the instance
# because it's value is referenced via a C-pointer
# because its value is referenced via a C-pointer
urlpath = kwargs.get("urlpath", None)
if urlpath is not None:
self._urlpath = urlpath.encode() if isinstance(urlpath, str) else urlpath
Expand Down

0 comments on commit a8bd9a7

Please sign in to comment.