mirror of
https://github.com/clearml/clearml
synced 2025-02-11 23:33:21 +00:00
Fix typo in projects docstring (#1038)
This commit is contained in:
parent
7eb4cb46af
commit
cbd14e3d6a
@ -4590,7 +4590,7 @@ class UpdateResponse(Response):
|
|||||||
|
|
||||||
class ValidateDeleteRequest(Request):
|
class ValidateDeleteRequest(Request):
|
||||||
"""
|
"""
|
||||||
Validates that the project existis and can be deleted
|
Validates that the project exists and can be deleted
|
||||||
|
|
||||||
:param project: Project ID
|
:param project: Project ID
|
||||||
:type project: str
|
:type project: str
|
||||||
|
@ -4616,7 +4616,7 @@ class UpdateResponse(Response):
|
|||||||
|
|
||||||
class ValidateDeleteRequest(Request):
|
class ValidateDeleteRequest(Request):
|
||||||
"""
|
"""
|
||||||
Validates that the project existis and can be deleted
|
Validates that the project exists and can be deleted
|
||||||
|
|
||||||
:param project: Project ID
|
:param project: Project ID
|
||||||
:type project: str
|
:type project: str
|
||||||
|
Loading…
Reference in New Issue
Block a user