Skip to content

Commit f8651c7

Browse files
authored
Fix typo (#141) (#216)
1 parent bbbaf0f commit f8651c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replit/audio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def does_loop(self) -> bool:
133133
@property
134134
def duration(self) -> timedelta:
135135
"""The duration of the source."""
136-
return timedelta(millaseconds=self.__payload["Duration"])
136+
return timedelta(milliseconds=self.__payload["Duration"])
137137

138138
def get_volume(self) -> float:
139139
"""The volume the source is set to."""

0 commit comments

Comments
 (0)