summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r--Lib/plat-mac/aetypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/aetypes.py b/Lib/plat-mac/aetypes.py
index ea01422..e5781efd 100644
--- a/Lib/plat-mac/aetypes.py
+++ b/Lib/plat-mac/aetypes.py
@@ -128,7 +128,7 @@ class Keyword:
self.keyword = "%-4.4s" % str(keyword)
def __repr__(self):
- return "Keyword(%r)" % `self.keyword`
+ return "Keyword(%r)" % self.keyword
def __str__(self):
return string.strip(self.keyword)