Signed-off-by: Zygmunt Krynicki <[email protected]>
---
 plainbox/docs/dev/config.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plainbox/docs/dev/config.rst b/plainbox/docs/dev/config.rst
index 12e6dc0..06c78ba 100644
--- a/plainbox/docs/dev/config.rst
+++ b/plainbox/docs/dev/config.rst
@@ -139,7 +139,7 @@ only one of fixed possible choices::
     ...         if value not in self.choices:
     ...             return "unspported value"
 
-Each time the check() method returns None, it is assumed that everything is
+Each time the called validator returns None, it is assumed that everything is
 okay. Otherwise the returned string is used as a message and
 :class:`plainbox.impl.secure.config.ValidationError` is raised.
 
-- 
1.9.0


-- 
Mailing list: https://launchpad.net/~checkbox-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~checkbox-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to