Fix syntax in CODEOWNERS file (#112210)

This commit is contained in:
Alex Waygood 2023-11-17 18:31:45 +00:00 committed by GitHub
parent 949b2cc6ea
commit b414497993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.github/CODEOWNERS vendored
View File

@ -28,7 +28,8 @@ Objects/type* @markshannon
Objects/codeobject.c @markshannon
Objects/frameobject.c @markshannon
Objects/call.c @markshannon
Python/ceval*.[ch] @markshannon @gvanrossum
Python/ceval*.c @markshannon @gvanrossum
Python/ceval*.h @markshannon @gvanrossum
Python/compile.c @markshannon @iritkatriel
Python/assemble.c @markshannon @iritkatriel
Python/flowgraph.c @markshannon @iritkatriel