Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Toan Quach authored and Toan Quach committed Nov 15, 2023
1 parent 4f1e462 commit b3d1143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/taipy/core/submission/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class Submission(_Entity, _Labeled):
jobs (Optional[Union[List[Job], List[JobId]]]): A list of jobs.
creation_date (Optional[datetime]): The date of this submission's creation.
submission_status (Optional[SubmissionStatus]): The current status of this submission.
version (Optional[str]): The string indicates the application version of the submission to instantiate. If not provided, the
latest version is used.
version (Optional[str]): The string indicates the application version of the submission to instantiate.
If not provided, the latest version is used.
"""

_ID_PREFIX = "SUBMISSION"
Expand Down

0 comments on commit b3d1143

Please sign in to comment.