Add willingc to CODEOWNERS for Lang Reference Doc (#123812)

This commit is contained in:
Carol Willing 2024-09-07 11:46:56 -07:00 committed by GitHub
parent 93050e4614
commit 11fa119879
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.github/CODEOWNERS vendored
View 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