changeset 283:7bc05dab0c5a

Fix `__repr__` of `Translations` class. Closes #63.
author cmlenz
date Wed, 05 Sep 2007 17:13:22 +0000
parents 45860b15fafb
children 8e254e72c1cc
files babel/support.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/support.py
+++ b/babel/support.py
@@ -317,4 +317,4 @@
         return self
 
     def __repr__(self):
-        return "<%s %r>" % (type(self).__name__)
+        return "<%s>" % (type(self).__name__)
Copyright (C) 2012-2017 Edgewall Software