fix 'CONVERSIONS' variable name
This commit is contained in:
@@ -395,7 +395,7 @@ class Formatter():
|
|||||||
funcs.append(func(key))
|
funcs.append(func(key))
|
||||||
|
|
||||||
if conversion:
|
if conversion:
|
||||||
funcs.append(self.conversions[conversion])
|
funcs.append(self.CONVERSIONS[conversion])
|
||||||
|
|
||||||
if format_spec:
|
if format_spec:
|
||||||
if format_spec[0] == "?":
|
if format_spec[0] == "?":
|
||||||
|
|||||||
Reference in New Issue
Block a user