Skip to content

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Oct 2, 2024
1 parent 461bb84 commit 9fb5d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/blosc2/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def cparams(self) -> blosc2.CParams:
"""
The compression parameters of the source.
This property is optional, and it can be overridden if the source has a different compression
configuration.
This property is optional, and it can be overridden if the source has a
different compression configuration.
"""
return blosc2.CParams(typesize=self.dtype.itemsize)

Expand Down Expand Up @@ -134,8 +134,8 @@ def cparams(self) -> blosc2.CParams:
"""
The compression parameters of the source.
This method is optional, and it can be overridden if the source has a different compression
configuration.
This property is optional, and it can be overridden if the source has a
different compression configuration.
"""
return blosc2.CParams(typesize=self.typesize)

Expand Down

0 comments on commit 9fb5d79

Please sign in to comment.