[issue25290] csv.reader: minor docstring typo

2015-10-02 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Johannes! I forgot to update 2.7 docs, but should be OK now. -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +berker.peksag, docs@python resolution: -> fixed stage: -> resolved status: open -> closed t

[issue25290] csv.reader: minor docstring typo

2015-10-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset ceff1babf66e by Berker Peksag in branch '2.7': Issue #25290: Fix typo in csv.reader() docstring https://hg.python.org/cpython/rev/ceff1babf66e -- ___ Python tracker __

[issue25290] csv.reader: minor docstring typo

2015-10-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3940f480ea16 by Berker Peksag in branch '3.4': Issue #25290: Fix typo in csv.reader() docstring https://hg.python.org/cpython/rev/3940f480ea16 New changeset 3b565295eba0 by Berker Peksag in branch '3.5': Issue #25290: Fix typo in csv.reader() docstr

[issue25290] csv.reader: minor docstring typo

2015-10-01 Thread Johannes Niediek
New submission from Johannes Niediek: docstring ends with colon, should be fullstop. -- components: Library (Lib) files: csvreader_docstring.txt messages: 252030 nosy: wasserverein priority: normal severity: normal status: open title: csv.reader: minor docstring typo type: enhancement ve