Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and wonder-sk committed Oct 11, 2023
1 parent d89ef28 commit 5aa0b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mergin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ def project_info(self, project_path_or_id, since=None, version=None):
"""
Fetch info about project.
:param project_path: Project's full name (<namespace>/<name>)
:type project_path: String
:param project_path_or_id: Project's full name (<namespace>/<name>) or id
:type project_path_or_id: String
:param since: Version to track history of geodiff files from
:type since: String
:param version: Project version to get details for (particularly list of files)
Expand Down

0 comments on commit 5aa0b3c

Please sign in to comment.