Skip to content

Commit

Permalink
ReST syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Viktorin committed Jan 10, 2018
1 parent 9369294 commit a144e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a144e3d

Please sign in to comment.