Update meta.py

fix docstring for bus_mode_prop
This commit is contained in:
onyx-and-iris 2022-03-19 09:53:02 +00:00
parent 919c967023
commit af647f2483

View File

@ -12,7 +12,7 @@ def strip_output_prop(param):
return property(fget, fset) return property(fget, fset)
def bus_mode_prop(param): def bus_mode_prop(param):
""" A strip output prop. """ """ A bus mode prop. """
def fget(self): def fget(self):
data = self.public_packet data = self.public_packet
modes = { modes = {