mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
(cherry picked from commit 1a0c7b9ba4
)
This commit is contained in:
parent
225cbee8d8
commit
a45d9051ed
100 changed files with 238 additions and 238 deletions
|
@ -828,7 +828,7 @@ class UtimeTests(unittest.TestCase):
|
|||
return (ns * 1e-9) + 0.5e-9
|
||||
|
||||
def test_utime_by_indexed(self):
|
||||
# pass times as floating point seconds as the second indexed parameter
|
||||
# pass times as floating-point seconds as the second indexed parameter
|
||||
def set_time(filename, ns):
|
||||
atime_ns, mtime_ns = ns
|
||||
atime = self.ns_to_sec(atime_ns)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue