From 50f4d0409605f399b6291404b22259e641554c62 Mon Sep 17 00:00:00 2001 From: jamesvclemence Date: Sat, 24 Jan 2009 19:26:27 +0000 Subject: [PATCH] Fixed comment again, trailing space made a mess --- src/commands/objmanip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/objmanip.py b/src/commands/objmanip.py index 330d05931..0a2cd1f4d 100644 --- a/src/commands/objmanip.py +++ b/src/commands/objmanip.py @@ -353,7 +353,7 @@ def cmd_cpattr(command): tar_obj.set_attribute(source_attr_string, src_attr_contents) continue - # If however, the target attribute is given, check it exists and update + # If however, the target attribute is given, check it exists and update # accordingly. # Does target attribute exist?