Skip to content

Commit 22e5e5f

Browse files
Fix testmod string
1 parent 15d3a97 commit 22e5e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

physics/faraday_lenz_law.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def induced_electromotive_force(
6767
>>> induced_electromotive_force(30.0, 50.0, 10)
6868
2.0
6969
>>> induced_electromotive_force(100, 100.0, 20.0)
70-
0.0
70+
-0.0
7171
>>> induced_electromotive_force(10.0, 2.0, -2.0)
7272
Traceback (most recent call last):
7373
...

0 commit comments

Comments
 (0)