mirror of
https://github.com/clearml/clearml
synced 2025-02-07 05:18:50 +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):
|
||||
"""
|
||||
Validates that the project existis and can be deleted
|
||||
Validates that the project exists and can be deleted
|
||||
|
||||
:param project: Project ID
|
||||
:type project: str
|
||||
|
@ -4616,7 +4616,7 @@ class UpdateResponse(Response):
|
||||
|
||||
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
|
||||
:type project: str
|
||||
|
Loading…
Reference in New Issue
Block a user