Skip to content

Commit c84fbb4

Browse files
authored
Fix typos in Client.fetch() docstring (#432)
1 parent 83b347a commit c84fbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminusdb_client/client/Client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ def pull(
17171717
def fetch(self, remote_id: str,
17181718
remote_auth: Optional[dict] = None,
17191719
) -> dict:
1720-
"""Fatch the brach from a remote
1720+
"""Fetch the branch from a remote repo
17211721
17221722
Parameters
17231723
----------

0 commit comments

Comments
 (0)