Raymond Hettinger added the comment:
To modern eyes, that might look like a typo, but it is correct. It refers to
the Set() class in the sets.py module, the pure python implementation of sets
which pre-dates the c-implementation of the set() built-in type.
--
nosy: +rhettinger
resolut
New submission from Quan Nguyen:
This statement in the Rationale section:
"s = Set(word for line in page for word in line.split())"
"Set" should be "set" (lowercase 's')
--
assignee: docs@python
components: Documentation
messages: 222924
nosy: Quan.Nguyen, docs@python
priority: norma