Skip to content

Commit

Permalink
Fix documentation type hinting.
Browse files Browse the repository at this point in the history
  • Loading branch information
matan1008 committed Feb 15, 2022
1 parent f4889a7 commit f191809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rpcclient/rpcclient/darwin/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __del__(self):
class DarwinMedia:
def __init__(self, client):
"""
:param rpcclient.client.darwin_client.DarwinClient client:
:param rpcclient.darwin.client.DarwinClient client:
"""
self._client = client
self._load_av_foundation()
Expand Down
2 changes: 1 addition & 1 deletion src/rpcclient/rpcclient/darwin/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Preferences:
def __init__(self, client):
"""
:param rpcclient.client.darwin_client.DarwinClient client:
:param rpcclient.darwin.client.DarwinClient client:
"""
self._client = client

Expand Down

0 comments on commit f191809

Please sign in to comment.