File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments