summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBenedikt Werner <1benediktwerner@gmail.com>2019-03-08 02:09:40 +0100
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-03-07 17:09:40 -0800
commitf2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2 (patch)
tree5967e0dd2b2efc191649cad6c2083f71eede0065 /.github
parent495da292255b92dd73758fdd0e4c7d27d82b1e57 (diff)
downloadcpython-git-f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2.tar.gz
Fix typo (double 'the') in CODEOWNERS (GH-12227)
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 224d95fd19..03e36cfced 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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