From 0c53779a1bed5c1572f17460fd5bbd2746906605 Mon Sep 17 00:00:00 2001 From: Keith Jones Date: Wed, 28 Jan 2004 22:50:00 +0000 Subject: [PATCH] Fixed calc docstring that I inadvertently messed up --- plugins/Math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.