Issue #27171: Fix typos in documentation, code comments, and tests
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 20d9468..4797a7d 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -1082,7 +1082,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)