Skip to content

Commit ffc541f

Browse files
committed
fix page type in docstring
1 parent e650d74 commit ffc541f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/mergin/sync/public_api_v2_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def list_workspace_projects(workspace_id, page, per_page, order_params=None, q=N
414414
:param q: Filter by name with ilike pattern
415415
:type q: str
416416
417-
:rtype: Dict[str: List[Project], str: Integer, str: String, str: String]
417+
:rtype: Dict[str: List[Project], str: Integer, str: Integer, str: Integer]
418418
"""
419419
ws = current_app.ws_handler.get(workspace_id)
420420
if not (ws and ws.is_active):

0 commit comments

Comments
 (0)