summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2024-06-16 05:55:47 (GMT)
committerGitHub <noreply@github.com>2024-06-16 05:55:47 (GMT)
commitcf49ef78f894e418bea7de23dde9b01d6235889d (patch)
tree34b4ea317337b277658eb25a3fe34dc29741c38a /.github
parent1fa595963ed512b055d2a4faddef5a9e544288ac (diff)
downloadcpython-cf49ef78f894e418bea7de23dde9b01d6235889d.zip
cpython-cf49ef78f894e418bea7de23dde9b01d6235889d.tar.gz
cpython-cf49ef78f894e418bea7de23dde9b01d6235889d.tar.bz2
gh-120360: Add self as IDLE doc owner (#120571)
Add self as IDLE doc owner
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1f9047a..eb7cc88 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -212,6 +212,7 @@ Doc/c-api/stable.rst @encukou
**/*ensurepip* @pfmoore @pradyunsg
**/*idlelib* @terryjreedy
+/Doc/library/idle.rst @terryjreedy
**/*typing* @JelleZijlstra @AlexWaygood