We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 030a7bf + 7155d09 commit 6b51182Copy full SHA for 6b51182
1 file changed
physics/faraday_lenz_law.py
@@ -68,7 +68,7 @@ def induced_electromotive_force(
68
>>> induced_electromotive_force(10.0, 2.0, -2.0)
69
Traceback (most recent call last):
70
...
71
- Invalid time interval. Should be a positive number.
+ ValueError: Invalid time interval. Should be a positive number.
72
>>> induced_electromotive_force(11.0, 'a', 5.0)
73
74
0 commit comments