From: Benedikt Werner <1benediktwerner@gmail.com> Date: Fri, 8 Mar 2019 01:09:40 +0000 (+0100) Subject: Fix typo (double 'the') in CODEOWNERS (GH-12227) X-Git-Tag: v3.8.0a3~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2;p=thirdparty%2FPython%2Fcpython.git Fix typo (double 'the') in CODEOWNERS (GH-12227) --- 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