[formatter] change 'L'/length conversion to 'n'

This commit is contained in:
Mike Fährmann
2025-06-22 13:40:13 +02:00
parent 9c9eb7a3bb
commit 5e0cdac337
3 changed files with 6 additions and 6 deletions

View File

@@ -484,7 +484,7 @@ _CONVERSIONS = {
"C": string.capwords,
"j": util.json_dumps,
"t": str.strip,
"L": len,
"n": len,
"T": util.datetime_to_timestamp_string,
"d": text.parse_timestamp,
"D": util.to_datetime,