# HG changeset patch # User Franz Glasner # Date 1743172155 -3600 # Node ID 2a244a05bbb5075d0051dfebfaba4c23799297f5 # Parent 5b98810fe367bcf71be5392a193018cbf84eb41a treesum: FIX: docs diff -r 5b98810fe367 -r 2a244a05bbb5 cutils/treesum.py --- a/cutils/treesum.py Fri Mar 28 15:23:09 2025 +0100 +++ b/cutils/treesum.py Fri Mar 28 15:29:15 2025 +0100 @@ -1281,6 +1281,9 @@ Provides low-level methods to write data lines. These methods must be used if the CRC is to be updated also. + Also holds some very common attributes that control some aspects + of the output format (e.g. `.LS`, `.use_base64`). + Also holds the current CRC for a block. """ @@ -1330,8 +1333,7 @@ """Writer to write treesum digest files in a format similar to BSD digest files. - Provides high-level methods to write data lines and some very common - attributes that control some aspects of the output format. + Provides high-level methods to write data lines. """