diff --git a/vsdeband/noise.py b/vsdeband/noise.py index 4afdb68..721f8e1 100644 --- a/vsdeband/noise.py +++ b/vsdeband/noise.py @@ -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