Mercurial > hgrepos > Python > apps > py-cutils
changeset 366:5fffacc390eb
treesum: FIX: typo in doc
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 09 Apr 2025 22:21:35 +0200 |
| parents | d5c920ace3cb |
| children | 8a8a43e8369d |
| files | cutils/treesum.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"""
