We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6773e7 commit 52a06f1Copy full SHA for 52a06f1
demosys/timeline/rocket.py
@@ -16,7 +16,7 @@ class Timeline(BaseTimeline):
16
Effects are drawn in the user-defined order.
17
18
We might want to eventually convert this timeline data into a more managable format
19
- internally in the timeline because rocket tracks are not ideal for
+ internally because rocket tracks are not ideal for this in larger projects.
20
"""
21
def __init__(self, project, *args, **kwargs):
22
super().__init__(project)
0 commit comments