Re: [Pyusb-users] Mistake in the 1.0 API documentation

2010-01-22 Thread Wander Lairson
Hi, I will fix it. Thanks a lot for pointing the mistake. Regards, Wander 2010/1/22 Romain Aviolat : > Hi, there's a mistake in the 1.0 API doc, > > Under the "let's get it started" chapter: > > the 16th line is > > ep = uti.find_descriptor( > > and should be ep = > > ep = usb.util.find_descript

[Pyusb-users] Mistake in the 1.0 API documentation

2010-01-22 Thread Romain Aviolat
Hi, there's a mistake in the 1.0 API doc, Under the "let's get it started" chapter: the 16th line is ep = uti.find_descriptor( and should be ep = ep = usb.util.find_descriptor( -- import usb.core import usb.util # find our device dev = usb.core.fin