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