Typo.
This commit is contained in:
parent
8852933a75
commit
d73c287663
@ -71,5 +71,5 @@ class Dispatcher(object):
|
||||
""" Dispatch call to appropriate rule."""
|
||||
rule = self.lookup_rule(*args)
|
||||
if rule is None:
|
||||
raise TypeError("No avaible rule found for %r" % (args,))
|
||||
raise TypeError("No available rule found for %r" % (args,))
|
||||
return rule(*args)
|
||||
|
Loading…
Reference in New Issue
Block a user