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

Commit d2056c5

Browse files
committed
Minor typo fix in docstrings
1 parent abed876 commit d2056c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/animation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class Coord(NamedTuple):
2828
c1 = Coord(1, 1)
2929
c1 + 1 # 1 is cast to Coord(1, 1)
3030
>>> Coord(2, 2)
31+
```
3132
"""
3233

3334
x: int

0 commit comments

Comments
 (0)