Skip to content

Commit a73ce55

Browse files
spaceonemistotebe
authored andcommitted
docs(ldapobject): fix typo in docstring
1 parent a201133 commit a73ce55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/ldap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,13 +605,13 @@ The module defines the following exceptions:
605605
.. py:exception:: COMPARE_FALSE
606606
607607
A compare operation returned false.
608-
(This exception should only be seen asynchronous operations, because
608+
(This exception should only be seen in asynchronous operations, because
609609
:py:meth:`~LDAPObject.compare_s()` returns a boolean result.)
610610

611611
.. py:exception:: COMPARE_TRUE
612612
613613
A compare operation returned true.
614-
(This exception should only be seen asynchronous operations, because
614+
(This exception should only be seen in asynchronous operations, because
615615
:py:meth:`~LDAPObject.compare_s()` returns a boolean result.)
616616

617617
.. py:exception:: CONFIDENTIALITY_REQUIRED

0 commit comments

Comments
 (0)