Skip to content

Commit

Permalink
PEP 703: typo fix, "with with" -> "with" (python#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
antont authored Sep 30, 2023
1 parent 3b5f6f4 commit 186c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0703.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ an open issue, but a possible path might look like the following:
CPython, one with the GIL and one without. Extension authors
target both ABIs.
#. After 2--3 releases, (i.e., in 2026--2027), CPython is released
with with the GIL controlled by a runtime environment variable or
with the GIL controlled by a runtime environment variable or
flag. The GIL is enabled by default. There is only a single ABI.
#. After another 2--3 release (i.e., 2028--2030), CPython switches to
the GIL being disabled by default. The GIL can still be enabled
Expand Down

0 comments on commit 186c5ad

Please sign in to comment.