[docs] [issue21974] Typo in "Set" in PEP 289
Quan Nguyen
report at bugs.python.org
Sun Jul 13 15:46:45 CEST 2014
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 at python
components: Documentation
messages: 222924
nosy: Quan.Nguyen, docs at python
priority: normal
severity: normal
status: open
title: Typo in "Set" in PEP 289
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21974>
_______________________________________
More information about the docs
mailing list