From 6a7b3a77b4b2be0badd24ee5f0fdbaa2e0e79c3d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 17 Apr 2016 08:32:47 +0300 Subject: Issue #26778: Fixed "a/an/and" typos in code comment and documentation. --- Lib/_pydecimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/_pydecimal.py') diff --git a/Lib/_pydecimal.py b/Lib/_pydecimal.py index 05ba4eeee3a..6b13d449082 100644 --- a/Lib/_pydecimal.py +++ b/Lib/_pydecimal.py @@ -252,7 +252,7 @@ class InvalidOperation(DecimalException): class ConversionSyntax(InvalidOperation): """Trying to convert badly formed string. - This occurs and signals invalid-operation if an string is being + This occurs and signals invalid-operation if a string is being converted to a number and it does not conform to the numeric string syntax. The result is [0,qNaN]. """ -- cgit v1.2.3