Skip to content

Commit bc6c594

Browse files
feat: add get_photon_frequency to light in celerity module
feat: add get_photon_frequency to light in celerity module
1 parent 77adfd0 commit bc6c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/celerity/light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_photon_frequency(
3030
"""
3131
Calculate the frequency of a photon given its wavelength (in m).
3232
33-
:param wavelength: Wavelength in meters (optional)
33+
:param wavelength: Wavelength in meters
3434
:return: Photon frequency in Hz
3535
:raises ValueError: If wavelength is less than or equal to zero
3636
"""

0 commit comments

Comments
 (0)