mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
Protocol: add missing self in hasCap()
This commit is contained in:
parent
efe468b0d2
commit
ff6d961922
@ -1409,7 +1409,7 @@ class Protocol():
|
||||
|
||||
return real_args
|
||||
|
||||
def hasCap(capab):
|
||||
def hasCap(self, capab):
|
||||
"""
|
||||
Returns whether this protocol module instance has the requested capability.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user