[python-ldap] Documentation bug
Kevin Cole
dc.loco at gmail.com
Wed Aug 8 22:58:14 CEST 2012
Hi,
I'm just getting my feet wet with Python-LDAP (which usually means it's
obsolete or about to become so, since I'm always late to these parties).
I think I've found a documentation bug, but since I'm so new to this, I'm
not sure, and thought I'd run it by the list.
In the example at:
http://www.python-ldap.org/doc/html/ldap-resiter.html#module-ldap.resiter
I think the line:
for res_type,res_data,res_msgid,res_controls in
self.source.allresults(msg_id):
should read:
for res_type,res_data,res_msgid,res_controls in l.allresults(msg_id):
Yes?
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20120808/42fa284e/attachment.html>
More information about the python-ldap
mailing list