Skip to content

Commit e67866b

Browse files
authored
Update potential_energy_two_charges.py
1 parent 8ac211b commit e67866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electronics/potential_energy_two_charges.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def potential_energy_2_charges(
2626
2727
Examples:
2828
>>> potential_energy_2_charges(1e-6, 1e-6, 0.01)
29-
899000.0
29+
0.899
3030
>>> potential_energy_2_charges(2e-6, 3e-6, 0.05)
3131
1078800.0
3232
>>> potential_energy_2_charges(0, 3e-6, 0.05)

0 commit comments

Comments
 (0)