Skip to content

Commit

Permalink
Doc: Use the full module in ldap.ldapobject.LDAPObject
Browse files Browse the repository at this point in the history
Previously, the class showed up as `ldap.LDAPObject`, which is wrong.

Fixes: https://github.com/python-ldap/python-ldap/issues/256
  • Loading branch information
Petr Viktorin authored and Petr Viktorin committed Sep 20, 2019
1 parent e6b6e8e commit 0f1d8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f1d8a8

Please sign in to comment.