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 @@ -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
You can’t perform that action at this time.
0 commit comments