[Python-checkins] Remove repeated 'the' in docs (GH-28852)

Fidget-Spinner webhook-mailer at python.org
Sun Oct 10 10:05:27 EDT 2021


https://github.com/python/cpython/commit/532403e7c64b079934e98f1dc29af7c603eb3db7
commit: 532403e7c64b079934e98f1dc29af7c603eb3db7
branch: main
author: 180909 <734461790 at qq.com>
committer: Fidget-Spinner <28750310+Fidget-Spinner at users.noreply.github.com>
date: 2021-10-10T22:05:21+08:00
summary:

Remove repeated 'the' in docs (GH-28852)

files:
M Misc/NEWS.d/3.10.0a7.rst
M Misc/NEWS.d/3.11.0a1.rst

diff --git a/Misc/NEWS.d/3.10.0a7.rst b/Misc/NEWS.d/3.10.0a7.rst
index 6c32e60dc8a46..aa332631292a7 100644
--- a/Misc/NEWS.d/3.10.0a7.rst
+++ b/Misc/NEWS.d/3.10.0a7.rst
@@ -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.
 
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst
index bdfdab078c090..e3d2acc499968 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.
 



More information about the Python-checkins mailing list