Fixed calc docstring that I inadvertently messed up

This commit is contained in:
Keith Jones 2004-01-28 22:50:00 +00:00
parent 1ad8ba41e5
commit 0c53779a1b
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class Math(callbacks.Privmsg):
"""<math expression>
Returns the value of the evaluted <math expression>. 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.