cosmetic
[nepi.git] / nepi / resources / linux / application.py
index fe4ca5a..94bd5e9 100644 (file)
@@ -158,8 +158,8 @@ class LinuxApplication(ResourceManager):
             Attribute("stdin", "Standard input for the 'command'", 
                       flags = Flags.Design))
         cls._register_attribute(
-            Attribute("tearDown", "Command to be executed just before " 
-                      "releasing the resource", 
+            Attribute("tearDown",
+                      "Command to be executed just before releasing the resource", 
                       flags = Flags.Design))
 
     @classmethod