From 11fa11987990eb7ed75b1597cf2e8237f5991c57 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 7 Sep 2024 11:46:56 -0700 Subject: [PATCH] Add willingc to CODEOWNERS for Lang Reference Doc (#123812) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ff642f811df1c..d18773c9ea99b8 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