Skip to content

Commit

Permalink
Fix typo in _plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heddxh authored Apr 29, 2024
1 parent ccac5c5 commit b6bdd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yin_yang/plugins/_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def call(self) -> QDBusMessage:
return self.connection.call(self.message)

def list_paths(self, service: str, path: str) -> List[str]:
""" Get all subpath under given pth of service
""" Get all subpath under a given pth of service
:path: should start with / but without / on its end
"""
assert path.startswith('/') and not path.endswith('/'), "list_paths wrong, :path: should start with / but without / on its end"
Expand Down

0 comments on commit b6bdd4e

Please sign in to comment.