TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Fix CompressionFilter docstring example

Open kounelisagis opened this issue 1 year ago • 1 comments

The provided example in the CompressionFilter class docstring incorrectly used GzipFilter instead of CompressionFilter. This PR fixes the issue, ensuring that the example accurately reflects the intended use of the base class for compression filters, rather than a specific filter type.

kounelisagis avatar May 20 '24 10:05 kounelisagis

Can you please clarify the fix here in the PR description?

ihnorton avatar May 20 '24 14:05 ihnorton