]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo (double 'the') in CODEOWNERS (GH-12227)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Mar 2019 01:44:31 +0000 (17:44 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2019 01:44:31 +0000 (17:44 -0800)
(cherry picked from commit f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2)

Co-authored-by: Benedikt Werner <1benediktwerner@gmail.com>
.github/CODEOWNERS

index 17d7ef4d7a243ef4ea8ccc31889684359f6c52e7..84c534145de8ea19f4c17e968920decca46f2539 100644 (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