Fix typo (double 'the') in CODEOWNERS (GH-12227)
This commit is contained in:
parent
495da29225
commit
f2320b37d9
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# Import (including importlib).
|
# Import (including importlib).
|
||||||
# Ignoring importlib.h so as to not get flagged on
|
# Ignoring importlib.h so as to not get flagged on
|
||||||
# all pull requests that change the the emitted
|
# all pull requests that change the emitted
|
||||||
# bytecode.
|
# bytecode.
|
||||||
**/*import*.c @python/import-team
|
**/*import*.c @python/import-team
|
||||||
**/*import*.py @python/import-team
|
**/*import*.py @python/import-team
|
||||||
|
|
Loading…
Reference in New Issue