Found four doubled-word typos with a simple regex scan: 1. `Doc/library/difflib.rst`: "Diffs can be produced **in in** various formats" 2. `Lib/multiprocessing/resource_tracker.py` (comment above the Base64 encoding): "we **encode encode** the raw name bytes" 3. `Lib/test/test_exception_group.py` (LeafGeneratorTest comment): "**Is is** also used below as a test utility" → "It is also used" 4. `Lib/test/test_unittest/testmock/testhelpers.py`: "The return value **isn't isn't** callable" PR to follow. <!-- gh-linked-prs --> ### Linked PRs * gh-156227 * gh-156295 * gh-156296 * gh-156297 <!-- /gh-linked-prs -->
Found four doubled-word typos with a simple regex scan:
Doc/library/difflib.rst: "Diffs can be produced in in various formats"Lib/multiprocessing/resource_tracker.py(comment above the Base64 encoding): "we encode encode the raw name bytes"Lib/test/test_exception_group.py(LeafGeneratorTest comment): "Is is also used below as a test utility" → "It is also used"Lib/test/test_unittest/testmock/testhelpers.py: "The return value isn't isn't callable"PR to follow.
Linked PRs
difflibdocumetation #156227difflibdocumetation (GH-156227) #156295difflibdocumetation (GH-156227) #156296difflibdocumetation (GH-156227) #156297