s/the the/the/ (GH-6287)

(cherry picked from commit 40a536be5337d3723285d597e2906394b26816a5)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index dcfe086..2eab003 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -463,7 +463,7 @@
 
 
    hash-based pyc
-      A bytecode cache file that uses the the hash rather than the last-modified
+      A bytecode cache file that uses the hash rather than the last-modified
       time of the corresponding source file to determine its validity. See
       :ref:`pyc-invalidation`.