From 0f1d8a84c0f30a4288d720ed8f3f77c486cd8385 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 30 Jan 2019 16:27:04 +0100 Subject: [PATCH] Doc: Use the full module in ldap.ldapobject.LDAPObject Previously, the class showed up as `ldap.LDAPObject`, which is wrong. Fixes: https://github.com/python-ldap/python-ldap/issues/256 --- Doc/reference/ldap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/ldap.rst b/Doc/reference/ldap.rst index 69e2462..1117c07 100644 --- a/Doc/reference/ldap.rst +++ b/Doc/reference/ldap.rst @@ -579,7 +579,7 @@ Warnings LDAPObject classes ================== -.. py:class:: LDAPObject +.. py:class:: ldap.ldapobject.LDAPObject Instances of :py:class:`LDAPObject` are returned by :py:func:`initialize()`. The connection is automatically unbound