https://github.com/python/cpython/commit/227b5f05b56e4f57061f91379bcb372a028a9b30
commit: 227b5f05b56e4f57061f91379bcb372a028a9b30
branch: main
author: Stan Ulbrych <[email protected]>
committer: ezio-melotti <[email protected]>
date: 2026-09-12T11:35:10+02:00
summary:

Fix a typo in `CODEOWNERS` (#157356)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4d9e73db48ae57..d12eaee2adb396 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to