Skip to content

Commit bf18949

Browse files
Fix formatting and improve docstring clarity
1 parent 2d55fde commit bf18949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

physics/photoelectric_effect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
The maximum kinetic energy of the emitted electrons is given by:
1414
15-
K_max = hv W
15+
K_max = hv - W
1616
1717
where:
1818
h = Planck's constant
@@ -71,3 +71,4 @@ def maximum_kinetic_energy(
7171
import doctest
7272

7373
doctest.testmod()
74+

0 commit comments

Comments
 (0)