summaryrefslogtreecommitdiffstats
path: root/Objects/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r--Objects/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index fbc8c6c..da500c3 100644
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -3252,7 +3252,7 @@ SimpleExtendsException(PyExc_Exception, ArithmeticError,
* FloatingPointError extends ArithmeticError
*/
SimpleExtendsException(PyExc_ArithmeticError, FloatingPointError,
- "Floating point operation failed.");
+ "Floating-point operation failed.");
/*