Skip to content

Commit 5aa0b3c

Browse files
alexbruywonder-sk
authored andcommitted
fix docstring
1 parent d89ef28 commit 5aa0b3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mergin/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ def project_info(self, project_path_or_id, since=None, version=None):
627627
"""
628628
Fetch info about project.
629629
630-
:param project_path: Project's full name (<namespace>/<name>)
631-
:type project_path: String
630+
:param project_path_or_id: Project's full name (<namespace>/<name>) or id
631+
:type project_path_or_id: String
632632
:param since: Version to track history of geodiff files from
633633
:type since: String
634634
:param version: Project version to get details for (particularly list of files)

0 commit comments

Comments
 (0)