Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 22, 2023
1 parent 848ddc5 commit 37ada21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdeband/noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _get_kw(self, kwargs: KwargsT) -> KwargsT:
if hasattr(self, '_noise_type'):
kwargs.update(type=self._noise_type)
elif 'type' not in kwargs:
raise ValueError('Type must be specified! Alternatively, you can use a subclass like AddNoise.GAUSS .')
raise ValueError('Type must be specified! Alternatively, you can use a subclass like AddNoise.GAUSS.')

return kwargs

Expand Down

0 comments on commit 37ada21

Please sign in to comment.