mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Fixed calc docstring that I inadvertently messed up
This commit is contained in:
parent
1ad8ba41e5
commit
0c53779a1b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user