[formatter] change 'L'/length conversion to 'n'
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user