Skip to content

Commit e8cc39d

Browse files
committed
Docs: Fix internal set|get_option func|meth references
Previous syntax did not create links and appeared as raw rst syntax. https://www.python-ldap.org/en/python-ldap-3.0.0/reference/ldap.html#options
1 parent f228e7c commit e8cc39d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/reference/ldap.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Options
121121
:manpage:`ldap.conf(5)` and :manpage:`ldap_get_option(3)`
122122

123123

124-
For use with functions :py:func:set_option() and :py:func:get_option()
125-
and methods :py:method:LDAPObject.set_option() and :py:method:LDAPObject.get_option() the
126-
following option identifiers are defined as constants:
124+
For use with functions :py:func:`set_option` and :py:func:`get_option` and
125+
methods :py:meth:`LDAPObject.set_option` and :py:meth:`LDAPObject.get_option`
126+
the following option identifiers are defined as constants:
127127

128128
.. py:data:: OPT_API_FEATURE_INFO
129129

0 commit comments

Comments
 (0)