From 3a515c1db6035a6481a447072118bf68decbb19a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 8 Mar 2017 08:34:36 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/__init__.py b/src/calibre/gui2/actions/__init__.py index 1d4ed7f810..8c73623273 100644 --- a/src/calibre/gui2/actions/__init__.py +++ b/src/calibre/gui2/actions/__init__.py @@ -213,7 +213,7 @@ class InterfaceAction(QObject): description=None, triggered=None, shortcut_name=None): ''' Convenience method to easily add actions to a QMenu. - Returns the created QAction, This action has one extra attribute + Returns the created QAction. This action has one extra attribute calibre_shortcut_unique_name which if not None refers to the unique name under which this action is registered with the keyboard manager.