]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add willingc to CODEOWNERS for Lang Reference Doc (#123812)
authorCarol Willing <carolcode@willingconsulting.com>
Sat, 7 Sep 2024 18:46:56 +0000 (11:46 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Sep 2024 18:46:56 +0000 (21:46 +0300)
.github/CODEOWNERS

index 2ff642f811df1c2d49461f21833fddfdc7408674..d18773c9ea99b843547d0a7650a43249740c61de 100644 (file)
@@ -276,3 +276,6 @@ Lib/test/test_interpreters/   @ericsnowcurrently
 # Config Parser
 Lib/configparser.py           @jaraco
 Lib/test/test_configparser.py @jaraco
+
+# Doc sections
+Doc/reference/                @willingc