From 66cb430ebec0a118aa5a39d275505ebf188bbf99 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 10 Feb 2016 01:17:47 -0800 Subject: [PATCH] Typo in docstring. --- rtv/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtv/objects.py b/rtv/objects.py index dcd6118..f64e3cb 100644 --- a/rtv/objects.py +++ b/rtv/objects.py @@ -505,7 +505,7 @@ class Controller(object): >>> ... Register a KeyBinding that can be defined later by the config file - >>> @Controller.register(KeyMap.UPVOTE) + >>> @Controller.register(Command("UPVOTE")) >>> def upvote(self, *args) >> ...