diff options
Diffstat (limited to 'Lib/lib2to3/fixes/fix_repr.py')
| -rw-r--r-- | Lib/lib2to3/fixes/fix_repr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixes/fix_repr.py b/Lib/lib2to3/fixes/fix_repr.py index f343656..1150bb8 100644 --- a/Lib/lib2to3/fixes/fix_repr.py +++ b/Lib/lib2to3/fixes/fix_repr.py @@ -20,4 +20,4 @@ class FixRepr(fixer_base.BaseFix): if expr.type == self.syms.testlist1: expr = parenthesize(expr) - return Call(Name(u"repr"), [expr], prefix=node.prefix) + return Call(Name("repr"), [expr], prefix=node.prefix) |
