Skip to content

Commit 00b5576

Browse files
committed
Fix typos
1 parent 19c92fb commit 00b5576

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

stdlib/@tests/stubtest_allowlists/darwin-py313.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Starting with Python 3.13.13, these methods accept None for the "scheduler"
66
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
7-
# and earlier.For compatibility reasons, we don't allow None in the stubs.
7+
# and earlier. For compatibility reasons, we don't allow None in the stubs.
88
os.posix_spawn
99
os.posix_spawnp
1010

stdlib/@tests/stubtest_allowlists/darwin-py314.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Starting with Python 3.14.4, these methods accept None for the "scheduler"
66
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
7-
# and earlier.For compatibility reasons, we don't allow None in the stubs.
7+
# and earlier. For compatibility reasons, we don't allow None in the stubs.
88
os.posix_spawn
99
os.posix_spawnp
1010

stdlib/@tests/stubtest_allowlists/linux-py313.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
# Starting with Python 3.13.13, these methods accept None for the "scheduler"
66
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
7-
# and earlier.For compatibility reasons, we don't allow None in the stubs.
7+
# and earlier. For compatibility reasons, we don't allow None in the stubs.
88
os.posix_spawn
99
os.posix_spawnp

stdlib/@tests/stubtest_allowlists/linux-py314.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Starting with Python 3.14.4, these methods accept None for the "scheduler"
66
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
7-
# and earlier.For compatibility reasons, we don't allow None in the stubs.
7+
# and earlier. For compatibility reasons, we don't allow None in the stubs.
88
os.posix_spawn
99
os.posix_spawnp
1010

0 commit comments

Comments
 (0)