Edit docstring (#874)

This commit is contained in:
pollfly 2023-01-11 10:30:46 +02:00 committed by GitHub
parent b39829a011
commit 3e8835d91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
def project(self):
# type: () -> str
"""
Returns the current Task's project name.
Returns the current Task's project ID.
"""
return self.data.project