This commit is contained in:
Kovid Goyal 2011-02-18 16:00:29 -07:00
parent 6354e78501
commit e98ce20b0d

View File

@ -27,7 +27,7 @@ class InterfaceAction(QObject):
If two :class:`InterfaceAction` objects have the same name, the one with higher
priority takes precedence.
Sub-classes should implement the :meth:`genesis`, :meth:`library_moved`,
Sub-classes should implement the :meth:`genesis`, :meth:`library_changed`,
:meth:`location_selected` :meth:`shutting_down`
and :meth:`initialization_complete` methods.