diff --git a/plugins/Math.py b/plugins/Math.py index c94df8b15..17996f087 100644 --- a/plugins/Math.py +++ b/plugins/Math.py @@ -137,7 +137,7 @@ class Math(callbacks.Privmsg): """ Returns the value of the evaluted . The syntax is - Pt's ython syntax; the type of arithmetic is floating point. Floating + Python syntax; the type of arithmetic is floating point. Floating point arithmetic is used in order to prevent a user from being able to crash to the bot with something like 10**10**10**10. One consequence is that large values such as 10**24 might not be exact.