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

Commit 229dd45

Browse files
committed
Clarification in docs
1 parent 1f408cc commit 229dd45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/animation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class Coord(NamedTuple):
99
"""
1010
Helper class for managing coordinate values.
1111
12-
Coord overloads many of the numeric operators by applying
13-
it to the x and y value.
12+
Coord overloads many of the numeric operators by mapping
13+
it to the x and y values individually.
1414
1515
param:
1616
x: float -- X position.

0 commit comments

Comments
 (0)