]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove repeated 'the' in docs (GH-28852)
author180909 <734461790@qq.com>
Sun, 10 Oct 2021 14:05:21 +0000 (22:05 +0800)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 14:05:21 +0000 (22:05 +0800)
Misc/NEWS.d/3.10.0a7.rst
Misc/NEWS.d/3.11.0a1.rst

index 6c32e60dc8a46983d34974205373cb771955f3e6..aa332631292a7efe3c1ce0fc7e846cf4f1b62de3 100644 (file)
@@ -172,7 +172,7 @@ regression introduced in python3.7
 .. nonce: Ns3a_F
 .. section: Core and Builtins
 
-Tracing now has correct line numbers for attribute accesses when the the
+Tracing now has correct line numbers for attribute accesses when the
 attribute is on a different line from the object. Improves debugging and
 profiling for multi-line method chains.
 
index bdfdab078c09083fc8e62709c598947c03f1e5ed..e3d2acc4999689db590d5df92802a8cc873373e9 100644 (file)
@@ -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.