Rogdham / pyzstd

Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.
https://pyzstd.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Typo fix #16

Closed qykth-git closed 1 week ago

qykth-git commented 2 weeks ago

Just fix typo in doc string.

Rogdham commented 1 week ago

Thank you for your PR! I found some more typos with the https://github.com/crate-ci/typos tool and fixed them in #17 :smiley: