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

(cherry picked from commit f2320b37d9)

Co-authored-by: Benedikt Werner <1benediktwerner@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-03-07 17:44:31 -08:00 committed by GitHub
parent 6ba95c38c5
commit f13a06b1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/CODEOWNERS vendored
View File

@ -18,7 +18,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