From a144e3d0b51a5622a228b682d9b9109005c9ecfc Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 10 Jan 2018 12:21:59 +0100 Subject: [PATCH] ReST syntax fix --- 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 66434b5..9cb1d52 100644 --- a/Doc/reference/ldap.rst +++ b/Doc/reference/ldap.rst @@ -1018,7 +1018,7 @@ and wait for and return with the server's result, or with .. versionchanged:: 3.0 :meth:`~LDAPObject.simple_bind` and :meth:`~LDAPObject.simple_bind_s` - now accept `None` for who and cred, too. + now accept ``None`` for *who* and *cred*, too. .. py:method:: LDAPObject.search(base, scope [,filterstr='(objectClass=*)' [, attrlist=None [, attrsonly=0]]]) ->int