]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo (double 'the') in CODEOWNERS (GH-12227)
authorBenedikt Werner <1benediktwerner@gmail.com>
Fri, 8 Mar 2019 01:09:40 +0000 (02:09 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Mar 2019 01:09:40 +0000 (17:09 -0800)
.github/CODEOWNERS

index 224d95fd19719f66cd86b8057430cd6f1023da72..03e36cfcedd41a0c54f1db822bcf168c8ca166b5 100644 (file)
@@ -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