Skip to content

Commit 186c5ad

Browse files
authored
PEP 703: typo fix, "with with" -> "with" (#3456)
1 parent 3b5f6f4 commit 186c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0703.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ an open issue, but a possible path might look like the following:
17671767
CPython, one with the GIL and one without. Extension authors
17681768
target both ABIs.
17691769
#. After 2--3 releases, (i.e., in 2026--2027), CPython is released
1770-
with with the GIL controlled by a runtime environment variable or
1770+
with the GIL controlled by a runtime environment variable or
17711771
flag. The GIL is enabled by default. There is only a single ABI.
17721772
#. After another 2--3 release (i.e., 2028--2030), CPython switches to
17731773
the GIL being disabled by default. The GIL can still be enabled

0 commit comments

Comments
 (0)