Typo
This commit is contained in:
parent
4720774011
commit
25f2288bdd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class TechnicalDataDesign(DesignEntity):
|
|||
def __get_data__(self):
|
||||
data = "START: "
|
||||
data += str(self.start)
|
||||
data += "\nDURATION BEFOR RENDER: "
|
||||
data += "\nDURATION BEFORE RENDER: "
|
||||
dur = self.stop - self.start
|
||||
data += str(dur)
|
||||
data += "\nSTOP: "
|
||||
|
|
Loading…
Reference in a new issue