diff cutils/treesum.py @ 366:5fffacc390eb

treesum: FIX: typo in doc
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 09 Apr 2025 22:21:35 +0200
parents b256ae4f4bc8
children 8a8a43e8369d
line wrap: on
line diff
--- 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"""