# HG changeset patch # User Sylvain Thénault # Date 1265219120 -3600 # Node ID 2eb6112ba4f07258e5a38220e2c33825de9b07c3 # Parent 5ab3f63b06ada4c9d1716261c2c835e6f25979b4 nicer docstring diff -r 5ab3f63b06ad -r 2eb6112ba4f0 cwvreg.py --- a/cwvreg.py Wed Feb 03 18:45:12 2010 +0100 +++ b/cwvreg.py Wed Feb 03 18:45:20 2010 +0100 @@ -343,7 +343,7 @@ def register_if_interface_found(self, obj, ifaces, **kwargs): """register an object but remove it if no entity class implements one of - the given interfaces + the given interfaces at the end of the registration process """ self.register(obj, **kwargs) if not isinstance(ifaces, (tuple, list)):