From 574c902401aa233bf0896e3dcfccbaa0017b3030 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 28 Nov 2017 14:09:49 +0100 Subject: [PATCH] Doc: Fix link-line syntax Words ending with underlines are ReST syntax for links. --- Lib/ldap/sasl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;