From: Carol Willing Date: Sat, 7 Sep 2024 18:46:56 +0000 (-0700) Subject: Add willingc to CODEOWNERS for Lang Reference Doc (#123812) X-Git-Tag: v3.14.0a1~552 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11fa11987990eb7ed75b1597cf2e8237f5991c57;p=thirdparty%2FPython%2Fcpython.git Add willingc to CODEOWNERS for Lang Reference Doc (#123812) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ff642f811df..d18773c9ea99 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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