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

Commit 1f408cc

Browse files
committed
Docstrings consistency
1 parent 3f2c80f commit 1f408cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Coord(NamedTuple):
1616
x: float -- X position.
1717
y: float -- Y position.
1818
19-
Example::
19+
example::
2020
2121
```
2222
c1 = c2 = Coord(1, 1)

0 commit comments

Comments
 (0)