summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-03-07 17:44:31 -0800
committerGitHub <noreply@github.com>2019-03-07 17:44:31 -0800
commitf13a06b1a8f49144ed3e238857cf4c322f3ec54f (patch)
treeae018668e01f3ee75096d43541ee908b9974312a /.github
parent6ba95c38c556ad4d254c5af34f439a1307ed585c (diff)
downloadcpython-git-f13a06b1a8f49144ed3e238857cf4c322f3ec54f.tar.gz
Fix typo (double 'the') in CODEOWNERS (GH-12227)
(cherry picked from commit f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2) Co-authored-by: Benedikt Werner <1benediktwerner@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 17d7ef4d7a..84c534145d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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