Skip to content

Commit 74c6eeb

Browse files
spaceonedroideck
authored andcommitted
docs(ldapobject): fix typo in docstring
1 parent 8a65862 commit 74c6eeb

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
@@ -604,13 +604,13 @@ The module defines the following exceptions:
604604
.. py:exception:: COMPARE_FALSE
605605
606606
A compare operation returned false.
607-
(This exception should only be seen asynchronous operations, because
607+
(This exception should only be seen in asynchronous operations, because
608608
:py:meth:`~LDAPObject.compare_s()` returns a boolean result.)
609609

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

616616
.. py:exception:: CONFIDENTIALITY_REQUIRED

0 commit comments

Comments
 (0)