summaryrefslogtreecommitdiffstats
path: root/Lib/csv.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-07-19 09:13:08 (GMT)
committerGitHub <noreply@github.com>2024-07-19 09:13:08 (GMT)
commita45d9051ed8488b169cbcb12b036120c0e853b9c (patch)
tree7d442b10ef935a9985059da5691241f965592447 /Lib/csv.py
parent225cbee8d8ced55c2edb16f9cdc73cd05bf0f67b (diff)
downloadcpython-a45d9051ed8488b169cbcb12b036120c0e853b9c.zip
cpython-a45d9051ed8488b169cbcb12b036120c0e853b9c.tar.gz
cpython-a45d9051ed8488b169cbcb12b036120c0e853b9c.tar.bz2
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
(cherry picked from commit 1a0c7b9ba48a2dffb70bb0c7327abae1d3e87356)
Diffstat (limited to 'Lib/csv.py')
-rw-r--r--Lib/csv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/csv.py b/Lib/csv.py
index 75e35b2..cd20265 100644
--- a/Lib/csv.py
+++ b/Lib/csv.py
@@ -47,7 +47,7 @@ SETTINGS:
field contains either the quotechar or the delimiter
csv.QUOTE_ALL means that quotes are always placed around fields.
csv.QUOTE_NONNUMERIC means that quotes are always placed around
- fields which do not parse as integers or floating point
+ fields which do not parse as integers or floating-point
numbers.
csv.QUOTE_STRINGS means that quotes are always placed around
fields which are strings. Note that the Python value None