Skip to content

Commit 56a0526

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3df440b commit 56a0526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/weddles_rule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def safe_function_eval(func_str: str) -> float:
3232
3333
Returns:
3434
float: The evaluated function result.
35-
35+
3636
Examples:
3737
>>> f = safe_function_eval('x**2')
3838
>>> f(3)

0 commit comments

Comments
 (0)