]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-120360: Add self as IDLE doc owner (#120571)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 16 Jun 2024 05:55:47 +0000 (01:55 -0400)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2024 05:55:47 +0000 (01:55 -0400)
Add self as IDLE doc owner

.github/CODEOWNERS

index 1f9047ab97e9344175e3d08a94763aa27a78e5b4..eb7cc88565f6d00b1fc41e69e394e6348a19a954 100644 (file)
@@ -212,6 +212,7 @@ Doc/c-api/stable.rst          @encukou
 **/*ensurepip*                @pfmoore @pradyunsg
 
 **/*idlelib*                  @terryjreedy
+/Doc/library/idle.rst         @terryjreedy
 
 **/*typing*                   @JelleZijlstra @AlexWaygood