Browse Source

Named tuple

pull/27/head
Jure Šorn 5 years ago
parent
commit
430ec62d77
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -152,7 +152,7 @@ for i, el in enumerate(<collection> [, i_start]):
Named Tuple
-----------
* **Tuple is an immutable and hashable list.**
* **Named tuple is a subclass of tuple with named elements.**
* **Named tuple is its subclass with named elements.**
```python
>>> from collections import namedtuple

Loading…
Cancel
Save