← Back to team overview

checkbox-dev team mailing list archive

[PATCH 11/11] plainbox:docs: fix wrong paragraph about how validators work

 

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@xxxxxxxxxxxxx>
---
 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



References