# HG changeset patch # User Franz Glasner # Date 1744230095 -7200 # Node ID 5fffacc390ebc4d40d86a354de477a084e69f0fc # Parent d5c920ace3cbb4acfc961e1462a0edf5c92d0b46 treesum: FIX: typo in doc diff -r d5c920ace3cb -r 5fffacc390eb cutils/treesum.py --- a/cutils/treesum.py Wed Apr 09 22:14:49 2025 +0200 +++ b/cutils/treesum.py Wed Apr 09 22:21:35 2025 +0200 @@ -1323,7 +1323,7 @@ LS = util.b(os.linesep) """Because we write the output as binary files we need the official line - separator for you OS as bytes""" + separator for your OS as bytes""" DEFAULT_GROUPING_SEPARATOR = "" """Disable the thousands separator in case no subclass redefines it"""