Issue #27171: Fix typos in documentation, comments, and test function names
diff --git a/Lib/_pydecimal.py b/Lib/_pydecimal.py
index 6b13d44..c719424 100644
--- a/Lib/_pydecimal.py
+++ b/Lib/_pydecimal.py
@@ -1102,7 +1102,7 @@
     def __pos__(self, context=None):
         """Returns a copy, unless it is a sNaN.
 
-        Rounds the number (if more then precision digits)
+        Rounds the number (if more than precision digits)
         """
         if self._is_special:
             ans = self._check_nans(context=context)