Skip to content

Commit

Permalink
Fix syntax in CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Nov 17, 2023
1 parent 949b2cc commit 4ad2278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad2278

Please sign in to comment.