This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: csv.reader: minor docstring typo
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, python-dev, wasserverein
Priority: normal Keywords:

Created on 2015-10-01 14:42 by wasserverein, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
csvreader_docstring.txt wasserverein, 2015-10-01 14:42 review
Messages (4)
msg252030 - (view) Author: Johannes Niediek (wasserverein) Date: 2015-10-01 14:42
docstring ends with colon, should be fullstop.
msg252141 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-02 16:25
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() docstring
https://hg.python.org/cpython/rev/3b565295eba0

New changeset 7a3073921687 by Berker Peksag in branch 'default':
Issue #25290: Fix typo in csv.reader() docstring
https://hg.python.org/cpython/rev/7a3073921687
msg252142 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-02 16:30
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
msg252143 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-10-02 16:31
Thanks for the patch, Johannes! I forgot to update 2.7 docs, but should be OK now.
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69477
2015-10-02 16:31:36berker.peksagsetstatus: open -> closed

resolution: fixed

assignee: docs@python
stage: resolved
versions: + Python 3.4, Python 3.5
nosy: + docs@python, berker.peksag
messages: + msg252143
components: + Documentation, - Library (Lib)
type: enhancement -> behavior
2015-10-02 16:30:07python-devsetmessages: + msg252142
2015-10-02 16:25:57python-devsetnosy: + python-dev
messages: + msg252141
2015-10-01 14:42:25wasservereincreate