From 39ee86dfe3c2ef932b1196a3520f5eb5e100db83 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 8 Mar 2017 00:38:32 +0530 Subject: [PATCH] ... --- src/calibre/devices/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/interface.py b/src/calibre/devices/interface.py index 122e504d35..cace163f50 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -93,7 +93,7 @@ class DevicePlugin(Plugin): #: managing a blacklist of devices, a list of ejected devices and so forth. #: calibre will periodically call the detect_managed_devices() method and #: if it returns a detected device, calibre will call open(). open() will - #: be called every time a device is returned even is previous calls to open() + #: be called every time a device is returned even if previous calls to open() #: failed, therefore the driver must maintain its own blacklist of failed #: devices. Similarly, when ejecting, calibre will call eject() and then #: assuming the next call to detect_managed_devices() returns None, it will