Skip to content

Commit 9c67c42

Browse files
committed
Namedtuple
1 parent 85c27cc commit 9c67c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Point(x=1, y=2)
146146
1
147147
>>> getattr(p, 'y')
148148
2
149-
>>> Point._fields # Or: p._fields
149+
>>> p._fields # Or: Point._fields
150150
('x', 'y')
151151
```
152152

0 commit comments

Comments
 (0)