[python-ldap] ldap.rst doc patch

Michael Ströder michael at stroeder.com
Wed Jan 11 00:29:13 CET 2012


Jeff Blaine wrote:
> Can't find contact info @ python-ldap.org, so here:
> 
> --- ldap.rst    2012-01-09 16:57:47.000001000 -0500
> +++ ldap.rst.new    2012-01-09 16:58:23.000002000 -0500
> @@ -760,8 +760,8 @@
>      Each element in the list *modlist* should be a tuple of the form
>     *(mod_op,mod_type,mod_vals)*,
> -   where *mod_op* indicates the operation (one of :py:const:`MOD_ADD`,
> -   :py:const:`MOD_DELETE`, or :py:const:`MOD_REPLACE`),
> +   where *mod_op* indicates the operation (one of :py:const:`ldap.MOD_ADD`,
> +   :py:const:`ldap.MOD_DELETE`, or :py:const:`ldap.MOD_REPLACE`),
>     *mod_type* is a string indicating the attribute type name, and
>     *mod_vals* is either a string value or a list of string values to add,
>     delete or replace respectively.  For the delete operation, *mod_vals*

Committed. Thanks for sending this in.

Ciao, Michael.


More information about the python-ldap mailing list