Fix typo (double 'the') in CODEOWNERS (GH-12227)

This commit is contained in:
Benedikt Werner 2019-03-08 02:09:40 +01:00 committed by Miss Islington (bot)
parent 495da29225
commit f2320b37d9

2
.github/CODEOWNERS vendored
View file

@ -23,7 +23,7 @@
# Import (including importlib).
# 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.
**/*import*.c @python/import-team
**/*import*.py @python/import-team