]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25290: Fix typo in csv.reader() docstring
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 2 Oct 2015 16:30:21 +0000 (19:30 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 2 Oct 2015 16:30:21 +0000 (19:30 +0300)
commit4e2947728c13cfca931a83e7baa55f2e7dc0f22c
treec5cd2e2c695877ef7ea9b680cd23d089c3c0a527
parente12f63218603f3e15592df7fba5a484f9ff5c004
Issue #25290: Fix typo in csv.reader() docstring

Patch by Johannes Niediek.
Modules/_csv.c