diff --git a/README.md b/README.md index b24ff9a..4db6f35 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ for i, el in enumerate( [, 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