Skip to content

Commit

Permalink
Updated docstring to remove non-ASCII characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Jul 20, 2018
1 parent 0e0252e commit 410f97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sigpy/mri/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class SenseRecon(sp.app.LinearLeastSquares):
SENSE: sensitivity encoding for fast MRI.
Magnetic resonance in medicine, 42(5), 952-962.
Pruessmann, K. P., Weiger, M., Börnert, P., & Boesiger, P. (2001).
Advances in sensitivity encoding with arbitrary kspace trajectories.
Pruessmann, K. P., Weiger, M., Bornert, P., & Boesiger, P. (2001).
Advances in sensitivity encoding with arbitrary k-space trajectories.
Magnetic resonance in medicine, 46(4), 638-651.
"""
Expand Down
2 changes: 1 addition & 1 deletion sigpy/nufft.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def nufft_adjoint(input, coord, oshape=None, oversamp=1.25, width=4.0, n=128):
array: Transformed array.
See Also:
:func: sigpy.nufft.nufft
:func:`sigpy.nufft.nufft`
"""
device = util.get_device(input)
Expand Down

0 comments on commit 410f97f

Please sign in to comment.