]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 23:45:53 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 23:45:53 +0000 (16:45 -0700)
commitc2f21af42a50b36e0ef2fce9caaf3a36e946431c
treecf930b59f95e04ca25d15617dc0a3177d0c471f3
parent17c9ce112fd80300afc446d1a67efefdf97faf68
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)

(cherry picked from commit 676d8ef3806758bcd1d3fd84a746c8a9b64480d0)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Doc/library/csv.rst
Lib/test/test_csv.py
Modules/_csv.c