Skip to content
Snippets Groups Projects
Commit c270ee45 authored by Matt Wala's avatar Matt Wala
Browse files

[ci skip] Fix typo in warning message.

parent 914fa712
Branches
Tags
No related merge requests found
......@@ -567,7 +567,7 @@ class BigIntegerKiller(CSECachingMapperMixin, IdentityMapper):
expr_as_float = self.float_type(expr)
if int(expr_as_float) != int(expr):
from warnings import warn
warn("Converting to '%d' to '%s' loses digits"
warn("Converting '%d' to '%s' loses digits"
% (expr, self.float_type.__name__))
# Suppress further warnings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment