Mercurial > hgrepos > Python > apps > py-cutils
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 365:d5c920ace3cb | 366:5fffacc390eb |
|---|---|
| 1321 | 1321 |
| 1322 """ | 1322 """ |
| 1323 | 1323 |
| 1324 LS = util.b(os.linesep) | 1324 LS = util.b(os.linesep) |
| 1325 """Because we write the output as binary files we need the official line | 1325 """Because we write the output as binary files we need the official line |
| 1326 separator for you OS as bytes""" | 1326 separator for your OS as bytes""" |
| 1327 | 1327 |
| 1328 DEFAULT_GROUPING_SEPARATOR = "" | 1328 DEFAULT_GROUPING_SEPARATOR = "" |
| 1329 """Disable the thousands separator in case no subclass redefines it""" | 1329 """Disable the thousands separator in case no subclass redefines it""" |
| 1330 | 1330 |
| 1331 def __init__(self, outfp, size_only=False, print_size=False, | 1331 def __init__(self, outfp, size_only=False, print_size=False, |
