From 70a6b49821a3226f55e9716f32d802d06640cb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Thu, 12 Feb 2004 17:35:32 +0000 Subject: Replace backticks with repr() or "%r" From SF patch #852334. --- Lib/pipes.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Lib/pipes.py') diff --git a/Lib/pipes.py b/Lib/pipes.py index 9de22e1002..295d9c88b6 100644 --- a/Lib/pipes.py +++ b/Lib/pipes.py @@ -89,8 +89,8 @@ class Template: self.reset() def __repr__(self): - """t.__repr__() implements `t`.""" - return '