Skip to content

Commit 9fab713

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6282e30 commit 9fab713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/numerical_analysis/ordinary_differential_equations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def heuns_method(
100100
if __name__ == "__main__":
101101
import doctest
102102

103-
doctest.testmod()
103+
doctest.testmod()

0 commit comments

Comments
 (0)