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

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Oct 26, 2023
1 parent 28374bd commit 9974b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taipy/core/scenario/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Scenario(_Entity, Submittable, _Labeled):
tasks (Set[Task^]): The set of tasks.
additional_data_nodes (Set[DataNode^]): The set of additional data nodes.
sequences (Dict[str, Sequence^]): The dictionary of sequences: subsets of tasks that can be submitted
together independently from the rest of the scenario's tasks.
together independently of the rest of the scenario's tasks.
properties (dict[str, Any]): A dictionary of additional properties.
scenario_id (str): The unique identifier of this scenario.
creation_date (datetime): The date and time of the scenario's creation.
Expand Down

0 comments on commit 9974b34

Please sign in to comment.