_ = XLATOR.gettext
ngettext = XLATOR.ngettext
-__version__ = '0.3.1'
+__version__ = '0.3.2'
# =============================================================================
if rounds < handler.min_rounds:
msg = _("The value for the calculation rounds has to be at least {}.").format(
- handler.min_rounds)
+ handler.min_rounds)
raise WrongRoundsError(msg)
if rounds > handler.max_rounds:
msg = _("The value for the calculation rounds has to at most {}.").format(
- handler.max_rounds)
+ handler.max_rounds)
raise WrongRoundsError(msg)
return rounds