indygreg / python-zstandard

Python bindings to the Zstandard (zstd) compression library
BSD 3-Clause "New" or "Revised" License
481 stars 84 forks source link

Fix doc backend_cffi.py #214

Open bisho opened 4 months ago

bisho commented 4 months ago

Fix documentation. The way to fetch the dict id from a dictionary is dict_data.dict_id(). The function zstanard.dictionary_id() is not defined.

bisho commented 3 months ago

CC: @indygreg