mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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>
|
"""<math expression>
|
||||||
|
|
||||||
Returns the value of the evaluted <math expression>. The syntax is
|
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
|
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
|
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.
|
is that large values such as 10**24 might not be exact.
|
||||||
|
Loading…
Reference in New Issue
Block a user