Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit 1f75af4

Browse files
committed
Updated docstring
1 parent a3973d0 commit 1f75af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/animate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def add_motion(self, motion: Motion):
148148
@dataclass
149149
class Motion:
150150
"""
151-
Defines the movements derived from the given vector.
151+
Defines the movements derived from a generated vector.
152152
The result is a two dimensional generator: the first dimension yields
153153
a "frame" generator, which in turn yields move commands. This structure allows
154154
for different `speed`s of motion, as the length of the second

0 commit comments

Comments
 (0)