diff -r 84e6e898e6c5 -r 33f727efa7c4 VirtualMailManager/EmailAddress.py --- 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)