Fix docstring spacing (#896)

This commit is contained in:
pollfly 2023-01-26 19:08:11 +02:00 committed by GitHub
parent b3e330ea9b
commit 0b9428bf21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1867,7 +1867,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
Return The task status without refreshing the entire Task object (only the status property)
TaskStatusEnum: ["created", "in_progress", "stopped", "closed", "failed", "completed",
"queued", "published", "publishing", "unknown"]
"queued", "published", "publishing", "unknown"]
:return: str: Task status as string (TaskStatusEnum)
"""