diff options
author | 180909 <734461790@qq.com> | 2021-10-10 14:05:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 14:05:21 (GMT) |
commit | 532403e7c64b079934e98f1dc29af7c603eb3db7 (patch) | |
tree | 8ed8e775ad10692c8b5b963a8872e0d773cf320f /Misc/NEWS.d/3.11.0a1.rst | |
parent | ad970e8623523a8656e8c1ff4e1dff3423498a5a (diff) | |
download | cpython-532403e7c64b079934e98f1dc29af7c603eb3db7.zip cpython-532403e7c64b079934e98f1dc29af7c603eb3db7.tar.gz cpython-532403e7c64b079934e98f1dc29af7c603eb3db7.tar.bz2 |
Remove repeated 'the' in docs (GH-28852)
Diffstat (limited to 'Misc/NEWS.d/3.11.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst index bdfdab07..e3d2acc 100644 --- a/Misc/NEWS.d/3.11.0a1.rst +++ b/Misc/NEWS.d/3.11.0a1.rst @@ -1196,7 +1196,7 @@ detected. Patch by Pablo Galindo .. section: Core and Builtins ``PyCodeObject`` gained ``co_fastlocalnames`` and ``co_fastlocalkinds`` as -the the authoritative source of fast locals info. Marshaled code objects +the authoritative source of fast locals info. Marshaled code objects have changed accordingly. .. @@ -4960,7 +4960,7 @@ trashcan macros accessed directly :c:type:`PyThreadState` members like ``_tstate->trash_delete_nesting``, whereas the :c:type:`PyThreadState` structure is opaque in the limited C API. -Exclude also the the ``PyTrash_UNWIND_LEVEL`` constant from the C API. +Exclude also the ``PyTrash_UNWIND_LEVEL`` constant from the C API. Patch by Victor Stinner. |