From f13a06b1a8f49144ed3e238857cf4c322f3ec54f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Mar 2019 17:44:31 -0800 Subject: Fix typo (double 'the') in CODEOWNERS (GH-12227) (cherry picked from commit f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2) Co-authored-by: Benedikt Werner <1benediktwerner@gmail.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 17d7ef4d7a..84c534145d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 -- cgit v1.2.1