diff --git a/src/mrinufft/operators/base.py b/src/mrinufft/operators/base.py index 3a66a842..a9d57d02 100644 --- a/src/mrinufft/operators/base.py +++ b/src/mrinufft/operators/base.py @@ -67,7 +67,8 @@ def get_operator(backend_name: str, *args, autograd=None, **kwargs): Backend name autograd: str, default None - if set to "data" will provide an operator with autodiff capabilities with respect to it. + if set to "data" will provide an operator with autodiff capabilities with + respect to it. *args, **kwargs: Arguments to pass to the operator constructor.