Skip to content

Commit 532403e

Browse files
authored
Remove repeated 'the' in docs (GH-28852)
1 parent ad970e8 commit 532403e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Misc/NEWS.d/3.10.0a7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ regression introduced in python3.7
172172
.. nonce: Ns3a_F
173173
.. section: Core and Builtins
174174
175-
Tracing now has correct line numbers for attribute accesses when the the
175+
Tracing now has correct line numbers for attribute accesses when the
176176
attribute is on a different line from the object. Improves debugging and
177177
profiling for multi-line method chains.
178178

Misc/NEWS.d/3.11.0a1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ detected. Patch by Pablo Galindo
11961196
.. section: Core and Builtins
11971197
11981198
``PyCodeObject`` gained ``co_fastlocalnames`` and ``co_fastlocalkinds`` as
1199-
the the authoritative source of fast locals info. Marshaled code objects
1199+
the authoritative source of fast locals info. Marshaled code objects
12001200
have changed accordingly.
12011201

12021202
..
@@ -4960,7 +4960,7 @@ trashcan macros accessed directly :c:type:`PyThreadState` members like
49604960
``_tstate->trash_delete_nesting``, whereas the :c:type:`PyThreadState`
49614961
structure is opaque in the limited C API.
49624962

4963-
Exclude also the the ``PyTrash_UNWIND_LEVEL`` constant from the C API.
4963+
Exclude also the ``PyTrash_UNWIND_LEVEL`` constant from the C API.
49644964

49654965
Patch by Victor Stinner.
49664966

0 commit comments

Comments
 (0)