Skip to content

Commit f22781e

Browse files
committed
docs(ldapobject): fix typos in docstring
1 parent 30b24d5 commit f22781e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/ldap/ldapobject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def result(self,msgid=ldap.RES_ANY,all=1,timeout=None):
521521
The method returns a tuple of the form (result_type,
522522
result_data). The result_type is one of the constants RES_*.
523523
524-
See search() for a description of the search result's
524+
See search_ext() for a description of the search result's
525525
result_data, otherwise the result_data is normally meaningless.
526526
527527
The result() method will block for timeout seconds, or
@@ -588,7 +588,7 @@ def search_ext(self,base,scope,filterstr=None,attrlist=None,attrsonly=0,serverct
588588
values are stored in a list as dictionary value.
589589
590590
The DN in dn is extracted using the underlying ldap_get_dn(),
591-
which may raise an exception of the DN is malformed.
591+
which may raise an exception if the DN is malformed.
592592
593593
If attrsonly is non-zero, the values of attrs will be
594594
meaningless (they are not transmitted in the result).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy