- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / NotifySupport.py
index bf71520..84b599f 100644 (file)
@@ -7,7 +7,7 @@ from PLC.sendmail import sendmail
 
 class NotifySupport(Method):
     """
-    Sends an e-mail message to the configured support address. 
+    Sends an e-mail message to the configured support address.
 
     Returns 1 if successful.
     """