Fix typo in projects docstring (#1038)

This commit is contained in:
AbdulHamid Merii 2023-06-25 06:05:53 +01:00 committed by GitHub
parent 7eb4cb46af
commit cbd14e3d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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