From f8f8c9c024fe1b9809c173a1f51e9f055cb6fec3 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 10 Jan 2018 10:59:28 +0100 Subject: [PATCH] Wording change in search* docs --- Doc/reference/ldap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/ldap.rst b/Doc/reference/ldap.rst index 467f1d7..fdd5d35 100644 --- a/Doc/reference/ldap.rst +++ b/Doc/reference/ldap.rst @@ -1070,7 +1070,7 @@ and wait for and return with the server's result, or with .. versionchanged:: 3.0 - ``filterstr=None`` is equal to ``filterstr='(objectClass=*)'``. + ``filterstr=None`` is equivalent to ``filterstr='(objectClass=*)'``. .. py:method:: LDAPObject.start_tls_s() -> None