From 127514f7193e2e0800cfc2d7690873b7bea84d33 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 17 Aug 2015 21:13:23 +0200 Subject: [PATCH] Document cmdutils.aliases attribute. --- qutebrowser/commands/cmdutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/commands/cmdutils.py b/qutebrowser/commands/cmdutils.py index a8d0de9dd..cc24b19ec 100644 --- a/qutebrowser/commands/cmdutils.py +++ b/qutebrowser/commands/cmdutils.py @@ -21,6 +21,7 @@ Module attributes: cmd_dict: A mapping from command-strings to command objects. + aliases: A list of all aliases, needed for doc generation. """ from qutebrowser.utils import qtutils, log