[Python-checkins] Fix typo (double 'the') in CODEOWNERS (GH-12227)

Miss Islington (bot) webhook-mailer at python.org
Thu Mar 7 20:09:44 EST 2019


https://github.com/python/cpython/commit/f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2
commit: f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2
branch: master
author: Benedikt Werner <1benediktwerner at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-03-07T17:09:40-08:00
summary:

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

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 224d95fd1971..03e36cfcedd4 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



More information about the Python-checkins mailing list