Issue #27171: Fix typos in documentation, code comments, and tests
diff --git a/Lib/locale.py b/Lib/locale.py
index 3ce758f..5aab163 100644
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -16,7 +16,7 @@
 import operator
 import functools
 
-# keep a copy of the builtin str type, because 'str' name is overriden
+# keep a copy of the builtin str type, because 'str' name is overridden
 # in globals by a function below
 _str = str