VirtualMailManager/EmailAddress.py
branchv0.6.x
changeset 215 33f727efa7c4
parent 213 1a9fee6b93bc
child 216 0c8c053b451c
--- a/VirtualMailManager/EmailAddress.py	Wed Feb 24 05:48:15 2010 +0000
+++ b/VirtualMailManager/EmailAddress.py	Thu Feb 25 17:56:08 2010 +0000
@@ -58,7 +58,7 @@
 
     def _chk_address(self, address):
         """Checks if the string ``address`` could be used for an e-mail
-        address. If so, it will assign the corresponding values to the
+        address.  If so, it will assign the corresponding values to the
         attributes `_localpart` and `_domainname`."""
         parts = address.split('@')
         p_len = len(parts)