changeset 333:2a244a05bbb5

treesum: FIX: docs
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 28 Mar 2025 15:29:15 +0100
parents 5b98810fe367
children 5afece258bf2
files cutils/treesum.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
     """