From 1988a530de2623ca2ed2bec30b138d1cef643a07 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 12 Sep 2026 10:07:38 +0100 Subject: [PATCH] Fix a typo in `CODEOWNERS` --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d9e73db48ae57c..d12eaee2adb3963 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -630,7 +630,7 @@ Lib/test/test_unittest/testmock/ @cjw296 Doc/library/zlib.rst @StanFromIreland Lib/compression/zlib.py @StanFromIreland Lib/test/test_zlib.py @StanFromIreland -Modules/_zlibmodule.c @StanFromIreland +Modules/zlibmodule.c @StanFromIreland # Zipfile.Path Lib/test/test_zipfile/_path/ @jaraco