diff --git a/Lib/ldap/sasl.py b/Lib/ldap/sasl.py index fa6f4f5..b54bf2a 100644 --- a/Lib/ldap/sasl.py +++ b/Lib/ldap/sasl.py @@ -54,7 +54,7 @@ def callback(self, cb_id, challenge, prompt, defresult): """ The callback method will be called by the sasl_bind_s() method several times. Each time it will provide the id, which - tells us what kind of information is requested (the CB_ ... + tells us what kind of information is requested (the CB_* constants above). The challenge might be a short (english) text or some binary string, from which the return value is calculated. The prompt argument is always a human-readable description string;