fix the comments on style/typos
This commit is contained in:
parent
84c498b638
commit
896ac0a7e9
@ -45,10 +45,10 @@ from qutebrowser.config import configexc, configdata
|
|||||||
pyeval_output = ":pyeval was never called"
|
pyeval_output = ":pyeval was never called"
|
||||||
|
|
||||||
|
|
||||||
HANDLERS = dict()
|
HANDLERS = {}
|
||||||
|
|
||||||
def addHandler(name):
|
def add_handler(name):
|
||||||
"""Add a handler to the qute: sheme."""
|
"""Add a handler to the qute: scheme."""
|
||||||
def namedecorator(function):
|
def namedecorator(function):
|
||||||
HANDLERS[name] = function
|
HANDLERS[name] = function
|
||||||
return namedecorator
|
return namedecorator
|
||||||
|
Loading…
Reference in New Issue
Block a user