Skip to content

Commit

Permalink
Doc: Fix link-line syntax
Browse files Browse the repository at this point in the history
Words ending with underlines are ReST syntax for links.
  • Loading branch information
Christian Heimes authored and Petr Viktorin committed Nov 28, 2017
1 parent 0fc0d0c commit 574c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ldap/sasl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 574c902

Please sign in to comment.