Skip to content

Commit

Permalink
Merge pull request #1033 from quiche-sama/dev
Browse files Browse the repository at this point in the history
typo fix in README
  • Loading branch information
martinrohn committed Apr 8, 2023
2 parents 040e09f + 43c2d44 commit c2b1ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interact with the LDAP server in a modern and *pythonic* way. With the Abstracti
Thread safe strategies
----------------------

In multithreaded programs you must use on of **SAFE_SYNC** (synchronous connection strategy), **SAFE_RESTARTABLE** (restartable syncronous connection strategy) or **ASYNC** (asynchronous connection strategy).
In multithreaded programs you must use one of **SAFE_SYNC** (synchronous connection strategy), **SAFE_RESTARTABLE** (restartable syncronous connection strategy) or **ASYNC** (asynchronous connection strategy).
Each LDAP operation with SAFE_SYNC or SAFE_RESTARTABLE strategies returns a tuple of four elements: status, result, response and request.

* status: states if the operation was successful
Expand Down

0 comments on commit c2b1ea6

Please sign in to comment.