Skip to content

Commit ebde8d8

Browse files
Update counting.py
1 parent 277b101 commit ebde8d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/counting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def safe_eval(self, expr):
297297
"degrees": math.degrees,
298298
"radians": math.radians,
299299
"sinh": math.sinh,
300-
"cosh": math.cosh",
300+
"cosh": math.cosh,
301301
"tanh": math.tanh,
302302
"asinh": math.asinh,
303303
"acosh": math.acosh,

0 commit comments

Comments
 (0)