fix: Fixes typo
All checks were successful
gitea-physics/pdme/pipeline/pr-master This commit looks good
gitea-physics/pdme/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2022-03-05 17:14:26 -06:00
parent 641ea70bc1
commit 31762de697
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -11,7 +11,7 @@ DotInput = Tuple[numpy.typing.ArrayLike, float]
@dataclass @dataclass
class OscillatingDipole(): class OscillatingDipole():
''' '''
Representation of an oscilltaing dipole, either known or guessed. Representation of an oscillating dipole, either known or guessed.
Parameters Parameters
---------- ----------