From 5446deb69a1d9417421130d07d5ce951bfdabcba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Sep 2012 10:51:40 +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 c345045e7e..74236609ee 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -95,7 +95,7 @@ class DevicePlugin(Plugin): #: call post_yank_cleanup(). MANAGES_DEVICE_PRESENCE = False - #: If set the True, calibre will call the :method:`get_driveinfo()` method + #: If set the True, calibre will call the :meth:`get_driveinfo()` method #: after the books lists have been loaded to get the driveinfo. SLOW_DRIVEINFO = False