From 70ff53869055e40a8f5d51ed9d977b675bc46cf5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Feb 2008 21:50:28 +0000 Subject: [PATCH] --- src/libprs500/devices/prs500/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libprs500/devices/prs500/driver.py b/src/libprs500/devices/prs500/driver.py index 950a023d13..f5cadc7872 100755 --- a/src/libprs500/devices/prs500/driver.py +++ b/src/libprs500/devices/prs500/driver.py @@ -239,7 +239,7 @@ class PRS500(Device): Claim an interface on the device for communication. Requires write privileges to the device file. Also initialize the device. - See the source code for the sequenceof initialization commands. + See the source code for the sequence of initialization commands. """ self.device = get_device_by_id(self.VENDOR_ID, self.PRODUCT_ID) if not self.device: