mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
(cherry picked from commit 676d8ef380
)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
17c9ce112f
commit
c2f21af42a
3 changed files with 10 additions and 5 deletions
|
@ -416,7 +416,7 @@ Dialects support the following attributes:
|
|||
|
||||
.. attribute:: Dialect.skipinitialspace
|
||||
|
||||
When :const:`True`, whitespace immediately following the *delimiter* is ignored.
|
||||
When :const:`True`, spaces immediately following the *delimiter* are ignored.
|
||||
The default is :const:`False`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue