Skip to content

Commit

Permalink
Doc updates for how to get dn
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorareis authored Apr 21, 2018
1 parent 85a3ce0 commit 1130221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ldap3/abstract/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class EntryBase(object):
The Entry object is read only
- The DN is retrieved by _dn
- The DN is retrieved by entry_dn
- The cursor reference is in _cursor
- Raw attributes values are retrieved with _raw_attributes and the _raw_attribute() methods
"""
Expand Down Expand Up @@ -355,7 +355,7 @@ class Entry(EntryBase):
The Entry object is read only
- The DN is retrieved by _dn()
- The DN is retrieved by entry_dn
- The Reader reference is in _cursor()
- Raw attributes values are retrieved by the _ra_attributes and
_raw_attribute() methods
Expand Down

0 comments on commit 1130221

Please sign in to comment.