From 099231df0515157f335eafff322213ce308829aa Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 25 Jul 2005 22:15:14 +0000 Subject: [PATCH] plugins/Math: Quote some example strings so the STX version is formatted better. --- plugins/Math/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Math/plugin.py b/plugins/Math/plugin.py index 43f141c49..51e749d27 100644 --- a/plugins/Math/plugin.py +++ b/plugins/Math/plugin.py @@ -154,8 +154,8 @@ class Math(callbacks.Plugin): Returns the value of the evaluated . The syntax is 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. + 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. """ if text != text.translate(utils.str.chars, '_[]'): irc.error('There\'s really no reason why you should have '