Skip to content

Commit 430ec62

Browse files
committed
Named tuple
1 parent 52cc2c2 commit 430ec62

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
@@ -152,7 +152,7 @@ for i, el in enumerate(<collection> [, i_start]):
152152
Named Tuple
153153
-----------
154154
* **Tuple is an immutable and hashable list.**
155-
* **Named tuple is a subclass of tuple with named elements.**
155+
* **Named tuple is its subclass with named elements.**
156156

157157
```python
158158
>>> from collections import namedtuple

0 commit comments

Comments
 (0)