Typo in docstring.

This commit is contained in:
Michael Lazar
2016-02-10 01:17:47 -08:00
parent 5fda5a7999
commit 66cb430ebe

View File

@@ -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)
>> ...